Class PsyInvalidRegExpException

All Implemented Interfaces:
PsyExecutable, PsyObject, Serializable

@ErrorType("invalidregexp") public class PsyInvalidRegExpException extends PsySyntaxErrorException
See Also:
  • Constructor Details

    • PsyInvalidRegExpException

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

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