public class ParserExceptions extends ParserException
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<ParserException> |
errList |
static long |
serialVersionUID |
orgMsg, pctx| Constructor and Description |
|---|
ParserExceptions(ParseCtx pctx,
List<ParserException> errList)
Make summary exception given list of parser exceptions.
|
| Modifier and Type | Method and Description |
|---|---|
List<ParserException> |
getExceptions() |
List<String> |
getMessages() |
getOrgMessage, getPctxaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final long serialVersionUID
protected final ArrayList<ParserException> errList
public ParserExceptions(ParseCtx pctx, List<ParserException> errList)
public List<ParserException> getExceptions()
public List<String> getMessages()
getMessages in class ParserExceptionCopyright © 2022. All rights reserved.