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.| 构造器和说明 |
|---|
ParseCancellationException() |
ParseCancellationException(String message) |
ParseCancellationException(String message,
Throwable cause) |
ParseCancellationException(Throwable cause) |
Copyright © 1992–2022 Daniel Sun. All rights reserved.