Class RiffWriteException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      RiffWriteException​(java.lang.String message, java.lang.Throwable cause, java.net.URI in_source, long in_offset)
      Construct an exception.
      RiffWriteException​(java.lang.String message, java.net.URI in_source, long in_offset)
      Construct an exception.
      RiffWriteException​(java.lang.Throwable cause, java.net.URI in_source, long in_offset)
      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

      • RiffWriteException

        public RiffWriteException​(java.lang.String message,
                                  java.net.URI in_source,
                                  long in_offset)
        Construct an exception.
        Parameters:
        message - The message
        in_offset - The offset in octets within the input that caused the error
        in_source - The source URI
      • RiffWriteException

        public RiffWriteException​(java.lang.String message,
                                  java.lang.Throwable cause,
                                  java.net.URI in_source,
                                  long in_offset)
        Construct an exception.
        Parameters:
        message - The message
        cause - The underlying cause
        in_offset - The offset in octets within the input that caused the error
        in_source - The source URI
      • RiffWriteException

        public RiffWriteException​(java.lang.Throwable cause,
                                  java.net.URI in_source,
                                  long in_offset)
        Construct an exception.
        Parameters:
        cause - The underlying cause
        in_offset - The offset in octets within the input that caused the error
        in_source - The source URI