Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.monte.media.exception.ParseException
- All Implemented Interfaces:
Serializable
Exception thrown by IFFParse.
- Author:
- Werner Randelshofer, Hausmatt 10, CH-6405 Goldau, Switzerland
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionParseException(String message) ParseException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ParseException
-
ParseException
-