Class ParserException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EncodingChangeException

public class ParserException extends ChainedException
Library-specific support for chained exceptions.
See Also:
  • Constructor Details

    • ParserException

      public ParserException()
    • ParserException

      public ParserException(String message)
    • ParserException

      public ParserException(Throwable throwable)
    • ParserException

      public ParserException(String message, Throwable throwable)