|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException orc.parser.AbortParse
public final class AbortParse
Signal an unrecoverable error during parsing. For example, a parse error inside an include file is not recoverable because there is only one way to parse an include file. This must be an unchecked exception because Rats does not allow us to throw any checked exceptions.
Field Summary | |
---|---|
xtc.parser.ParseError |
parseError
|
Constructor Summary | |
---|---|
AbortParse(java.lang.String message,
xtc.parser.ParseError parseError)
|
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 |
Field Detail |
---|
public xtc.parser.ParseError parseError
Constructor Detail |
---|
public AbortParse(java.lang.String message, xtc.parser.ParseError parseError)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |