Class RiffBuilderException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class RiffBuilderException
    extends RiffException
    The type of exceptions thrown by the API.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RiffBuilderException​(java.lang.String message)
      Construct an exception.
      RiffBuilderException​(java.lang.String message, java.lang.Throwable cause)
      Construct an exception.
      RiffBuilderException​(java.lang.Throwable cause)
      Construct an exception.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RiffBuilderException

        public RiffBuilderException​(java.lang.String message)
        Construct an exception.
        Parameters:
        message - The message
      • RiffBuilderException

        public RiffBuilderException​(java.lang.String message,
                                    java.lang.Throwable cause)
        Construct an exception.
        Parameters:
        message - The message
        cause - The underlying cause
      • RiffBuilderException

        public RiffBuilderException​(java.lang.Throwable cause)
        Construct an exception.
        Parameters:
        cause - The underlying cause