public class ParseError extends RuntimeException
| Constructor and Description |
|---|
ParseError(String state,
String event,
List<String> legalEvents,
String uri,
Integer line) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getLegalEvents() |
String |
getState() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2024. All rights reserved.