public class ParseException extends RuntimeException
| Constructor and Description |
|---|
ParseException(Set<ParseError> errors) |
| Modifier and Type | Method and Description |
|---|---|
Set<ParseError> |
getErrors() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParseException(Set<ParseError> errors)
public Set<ParseError> getErrors()
public String getMessage()
getMessage in class ThrowableCopyright © 2012–2021 Graylog, Inc.. All rights reserved.