Class RiffWriteException

All Implemented Interfaces:
Serializable

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

    • RiffWriteException

      public RiffWriteException(String message, 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(String message, Throwable cause, 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(Throwable cause, 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
  • Method Details

    • source

      public URI source()
      Returns:
      The source URI
    • offset

      public long offset()
      Returns:
      The offset in octets within the input that caused the error