Class RegularExpressionParser.SyntaxException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jacop.util.fsm.RegularExpressionParser.SyntaxException
All Implemented Interfaces:
Serializable
Enclosing class:
RegularExpressionParser

public static class RegularExpressionParser.SyntaxException extends Exception
SyntaxException raised if not regular expression is being parsed.
See Also:
  • Field Details

  • Constructor Details

    • SyntaxException

      public SyntaxException()
      The constructor to create an syntax exception without the message.
    • SyntaxException

      public SyntaxException(String msg)
      The constructor to create an syntax exception with a given message.
      Parameters:
      msg - message for the syntax exception