Package org.jacop.util.fsm
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
SyntaxException raised if not regular expression is being parsed.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionThe constructor to create an syntax exception without the message.SyntaxException
(String msg) The constructor to create an syntax exception with a given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
SyntaxException
public SyntaxException()The constructor to create an syntax exception without the message. -
SyntaxException
The constructor to create an syntax exception with a given message.- Parameters:
msg
- message for the syntax exception
-