Class ParserException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MethodNameParserException

public class ParserException extends RuntimeException
See Also:
  • Constructor Details

    • ParserException

      public ParserException(String message, String string)
      Create new exception for a message.
      Parameters:
      message - descriptive message, shall not be null
      string - String being parsed
    • ParserException

      public ParserException(String message, Throwable cause, String string)
      Create new exception for a message and a cause.
      Parameters:
      message - descriptive message
      cause - original throwable causing this exception
      string - String being parsed
  • Method Details

    • string

      public String string()
      String being parsed.
      Returns:
      the method name