Class DaffodilUnparseErrorSAXException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
org.apache.daffodil.api.exceptions.DaffodilUnparseErrorSAXException
- All Implemented Interfaces:
Serializable
This exception is thrown when UnparseResult.isError returns true while
unparsing an infoset with an XMLReader and a DaffodilUnparseContentHandler. If
caught, the DaffodilUnparseContentHandler.getUnparseResult function can be
used to get the UnparseResult and error diagnostics
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDaffodilUnparseErrorSAXException
(String message) constructor for error message only -
Method Summary
Methods inherited from class org.xml.sax.SAXException
getCause, getException, getMessage, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
DaffodilUnparseErrorSAXException
constructor for error message only- Parameters:
message
- error message
-