Class InvalidParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.daffodil.api.exceptions.InvalidParserException
- All Implemented Interfaces:
Serializable
This exception will be thrown as a result of attempting to reload a saved parser
that is invalid (not a parser file, corrupt, etc.) or
is not in the GZIP format.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionconstructor for error message onlyInvalidParserException
(String msg, Throwable cause) constructor for error message and cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidParserException
constructor for error message only- Parameters:
msg
- error message
-
InvalidParserException
constructor for error message and cause- Parameters:
msg
- error messagecause
- error cause
-