public class ParserException extends Exception
Modifier and Type | Field and Description |
---|---|
protected String |
orgMsg |
protected ParseCtx |
pctx |
static long |
serialVersionUID |
Constructor and Description |
---|
ParserException(ParseCtx pctx,
String msg)
Make parser exception given code location and message.
|
ParserException(ParseCtx pctx,
String msg,
Throwable thr)
Make parser exception given code location, message and original exception.
|
ParserException(String msg)
Make parser exception for general parser error w/o specific context.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getMessages() |
String |
getOrgMessage() |
ParseCtx |
getPctx() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final long serialVersionUID
protected ParseCtx pctx
protected String orgMsg
Copyright © 2022. All rights reserved.