- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.io7m.jspiel.api.RiffException
-
- com.io7m.jspiel.api.RiffParseException
-
- All Implemented Interfaces:
java.io.Serializable
public final class RiffParseException extends RiffException
The type of exceptions thrown by parsers.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RiffParseException(java.lang.String message, java.lang.Throwable cause, java.net.URI in_source, long in_offset)Construct an exception.RiffParseException(java.lang.String message, java.net.URI in_source, long in_offset)Construct an exception.RiffParseException(java.lang.Throwable cause, java.net.URI in_source, long in_offset)Construct an exception.
-
-
-
Constructor Detail
-
RiffParseException
public RiffParseException(java.lang.String message, java.net.URI in_source, long in_offset)Construct an exception.- Parameters:
message- The messagein_offset- The offset in octets within the input that caused the errorin_source- The source URI
-
RiffParseException
public RiffParseException(java.lang.String message, java.lang.Throwable cause, java.net.URI in_source, long in_offset)Construct an exception.- Parameters:
message- The messagecause- The underlying causein_offset- The offset in octets within the input that caused the errorin_source- The source URI
-
RiffParseException
public RiffParseException(java.lang.Throwable cause, java.net.URI in_source, long in_offset)Construct an exception.- Parameters:
cause- The underlying causein_offset- The offset in octets within the input that caused the errorin_source- The source URI
-
-