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, getPctx
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 ParserException
Copyright © 2022. All rights reserved.