Package org.apache.daffodil.api.infoset
Class InfosetTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.daffodil.api.infoset.InfosetTypeException
- All Implemented Interfaces:
Serializable
Thrown if you try to access a simple type but the value of the
InfosetSimpleElement is not convertible to that type.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionconstructor for string onlyInfosetTypeException(String msg, Throwable cause) constructor for string and throwableInfosetTypeException(Throwable cause) constructor for sthrowable only -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InfosetTypeException
constructor for string and throwable- Parameters:
msg- error messagecause- error throwable
-
InfosetTypeException
constructor for string only- Parameters:
msg- error message
-
InfosetTypeException
constructor for sthrowable only- Parameters:
cause- error throwable
-