public class ParserException extends Exception
| Constructor and Description |
|---|
ParserException(String message) |
ParserException(String message,
List<String> errors) |
ParserException(String message,
String error) |
ParserException(String message,
Throwable cause,
List<String> errors) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getErrors() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceCopyright © 2020. All Rights Reserved.