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

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

    • DaffodilUnhandledSAXException

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

      public DaffodilUnhandledSAXException(String message, Exception cause)
      constructor for error message and cause
      Parameters:
      message - error message
      cause - error cause
    • DaffodilUnhandledSAXException

      public DaffodilUnhandledSAXException(Exception cause)
      constructor for error cause only
      Parameters:
      cause - error cause