Class DaffodilUnhandledSAXException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
org.apache.daffodil.api.exceptions.DaffodilUnhandledSAXException
- All Implemented Interfaces:
Serializable
This exception is thrown when and unexpected error occurs while unparsing an
infoset with an XMLReader and a
DaffodilUnparseContentHandler. If caught,
the DaffodilUnparseContentHandler.getUnparseResult returns null. This most
likely represents a bug in Daffodil.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionconstructor for error cause onlyDaffodilUnhandledSAXException(String message) constructor for error message onlyDaffodilUnhandledSAXException(String message, Exception cause) constructor for error message and cause -
Method Summary
Methods inherited from class org.xml.sax.SAXException
getCause, getException, getMessage, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
DaffodilUnhandledSAXException
constructor for error message only- Parameters:
message- error message
-
DaffodilUnhandledSAXException
constructor for error message and cause- Parameters:
message- error messagecause- error cause
-
DaffodilUnhandledSAXException
constructor for error cause only- Parameters:
cause- error cause
-