public class ParseCancellationException
extends java.util.concurrent.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(java.lang.String message) |
ParseCancellationException(java.lang.String message,
java.lang.Throwable cause) |
ParseCancellationException(java.lang.Throwable cause) |
public ParseCancellationException()
public ParseCancellationException(java.lang.String message)
public ParseCancellationException(java.lang.Throwable cause)
public ParseCancellationException(java.lang.String message,
java.lang.Throwable cause)