Class ParserException

All Implemented Interfaces:
Serializable

public class ParserException extends RuntimeException
This class models a general exception for parsing.
Author:
Matthias Thimm
See Also:
  • Constructor Details

    • ParserException

      public ParserException(String message)
      Creates a new parser exception with the given message.
      Parameters:
      message - a string.
    • ParserException

      public ParserException(Exception e)
      Creates a new parser exception with the given sub exception.
      Parameters:
      e - an exception.