public class ParseException extends RuntimeException
| Constructor and Description |
|---|
ParseException(ParseContext ctx) |
ParseException(ParseContext ctx,
String message) |
ParseException(ParseContext ctx,
String message,
Throwable cause) |
ParseException(ParseContext ctx,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
ParseException |
addCompletion(String completion) |
ParseException |
addCompletions(Iterable<String> completions) |
ParseException |
addCompletions(Stream<String> completions) |
ParseException |
addCompletions(String... completions) |
List<String> |
getCompletions() |
ParseContext |
getParseContext() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParseException(ParseContext ctx)
public ParseException(ParseContext ctx, String message)
public ParseException(ParseContext ctx, Throwable cause)
public ParseException(ParseContext ctx, String message, Throwable cause)
public ParseContext getParseContext()
public ParseException addCompletion(String completion)
public ParseException addCompletions(String... completions)
public ParseException addCompletions(Iterable<String> completions)
public ParseException addCompletions(Stream<String> completions)
Copyright © 2017. All rights reserved.