|
Building Parsers with Java | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--sjm.examples.regular.RegularExpressionException
Signals that a given string is not recognizable as a regular expression.
| Constructor Summary | |
RegularExpressionException()
Constructs a RegularExpressionException
with no detail message. |
|
RegularExpressionException(java.lang.String s)
Constructs a RegularExpressionException
with the specified detail message. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public RegularExpressionException()
RegularExpressionException
with no detail message.public RegularExpressionException(java.lang.String s)
RegularExpressionException
with the specified detail message.String - the detail message.
|
by Steve Metsker | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||