Class PsySyntaxErrorException

All Implemented Interfaces:
PsyExecutable, PsyObject, Serializable
Direct Known Subclasses:
PsyInvalidRegExpException

@ErrorType("syntaxerror") public class PsySyntaxErrorException extends PsyErrorException
The representation of syntaxerror error thrown when syntax error occured.
See Also:
  • Constructor Details

    • PsySyntaxErrorException

      public PsySyntaxErrorException()
      Constructs a new exception object with null as its detail message.
    • PsySyntaxErrorException

      public PsySyntaxErrorException(Throwable cause)
      Constructs a new exception object with the specified cause.
      Parameters:
      cause - the cause.
    • PsySyntaxErrorException

      public PsySyntaxErrorException(String message, Throwable cause)