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

public class DaffodilUnparseErrorSAXException extends SAXException
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 Details

    • DaffodilUnparseErrorSAXException

      public DaffodilUnparseErrorSAXException(String message)
      constructor for error message only
      Parameters:
      message - error message