Serializable
v3TreeGrammarException
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 | Description |
---|---|
ParseCancellationException() |
|
ParseCancellationException(String message) |
|
ParseCancellationException(String message,
Throwable cause) |
|
ParseCancellationException(Throwable cause) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 1992–2018 ANTLR. All rights reserved.