public class ParseCancellationException extends CancellationException
RecognitionException, allowing it to bypass the standard
error recovery mechanisms. BailErrorStrategy throws this exception in
response to a parse error.| Constructor and Description |
|---|
ParseCancellationException() |
ParseCancellationException(String message) |
ParseCancellationException(String message,
Throwable cause) |
ParseCancellationException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 1992-2013 ANTLR. All Rights Reserved.