Class ParserException

All Implemented Interfaces:
Serializable

public class ParserException extends DeltaXMLException

Indicates a problem creating or configuring an XML Parser.

This Exception could be thrown when parser creation fails or when attempts are made to set invalid feature or property settings on a parser.

For more specific details, see the exception message or the underlying cause.

See Also:
  • Constructor Details

    • ParserException

      public ParserException(String message)
      Constructs a new ParserException.
      Parameters:
      message - the exception message
    • ParserException

      public ParserException(String message, Throwable cause)
      Constructs a new ParserException.
      Parameters:
      message - the exception message
      cause - the underlying cause of this Exception