|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
JaCoP.util.fsm.RegularExpressionParser.SyntaxException
public class RegularExpressionParser.SyntaxException
SyntaxException raised if not regular expression is being parsed.
| Constructor Summary | |
|---|---|
RegularExpressionParser.SyntaxException()
The constructor to create an syntax exception without the message. |
|
RegularExpressionParser.SyntaxException(java.lang.String msg)
The constructor to create an syntax exception with a given message. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RegularExpressionParser.SyntaxException()
public RegularExpressionParser.SyntaxException(java.lang.String msg)
msg -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||