Class ParserException

All Implemented Interfaces:
Serializable

public class ParserException extends Exception
A ParserException is thrown when a file or other data source is being parsed and it is decided that the source is malformatted.
Author:
David Whitlock
See Also:
  • Constructor Details

    • ParserException

      public ParserException(String description)
      Creates a new ParserException with a given descriptive message.
    • ParserException

      public ParserException(String description, Throwable cause)
      Creates a new ParserException that was caused by another exception.