|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
asd.ASDParserQuitException
public class ASDParserQuitException
Exceptions that may be useful in particular pragmatic applications to tell the application to quit. These can be thrown by methods in the application. They assume that the application is driving the parser with the parser's advance() and backup() methods, not with its parse() method. They should be caught by the application's own parse driver.
| Constructor Summary | |
|---|---|
ASDParserQuitException()
|
|
ASDParserQuitException(java.lang.String 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ASDParserQuitException()
public ASDParserQuitException(java.lang.String message)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||