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, toString
Copyright © 1992-2013 ANTLR. All Rights Reserved.