Class ParserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
jmri.JmriException
jmri.jmrit.logixng.util.parser.ParserException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CalculateException, CannotCallMethodException, CannotCreateInstanceException, ClassIsNotFoundException, FunctionNotExistsException, IdentifierNotExistsException, InvalidSyntaxException, ReflectionException, WrongNumberOfParametersException

public class ParserException extends JmriException
The parent of all parser exceptions.
See Also:
  • Constructor Details

    • ParserException

      public ParserException()
      Creates a new instance of ParserException without detail message.
    • ParserException

      Creates a new instance of ParserException without detail message.
      Parameters:
      t - the cause
    • ParserException

      public ParserException(String msg)
      Constructs an instance of ParserException with the specified detail message.
      Parameters:
      msg - the detail message.
    • ParserException

      public ParserException(String msg, Throwable t)
      Constructs an instance of ParserException with the specified detail message.
      Parameters:
      msg - the detail message.
      t - the cause