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:
java.io.Serializable
- Enclosing class:
- RegularExpressionParser
public static class RegularExpressionParser.SyntaxException extends java.lang.Exception
SyntaxException raised if not regular expression is being parsed.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description SyntaxException()
The constructor to create an syntax exception without the message.SyntaxException(java.lang.String msg)
The constructor to create an syntax exception with a given message.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SyntaxException
public SyntaxException()
The constructor to create an syntax exception without the message.
-
SyntaxException
public SyntaxException(java.lang.String msg)
The constructor to create an syntax exception with a given message.- Parameters:
msg
- message for the syntax exception
-
-