public class InvalidParametersException extends Exception
| Modifier and Type | Field and Description |
|---|---|
protected ParseCtx |
pctx |
static long |
serialVersionUID |
| Constructor and Description |
|---|
InvalidParametersException(ParseCtx pctx,
String msg) |
InvalidParametersException(String msg) |
| Modifier and Type | Method and Description |
|---|---|
ParseCtx |
getParseCtx() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final long serialVersionUID
protected ParseCtx pctx
public InvalidParametersException(String msg)
public ParseCtx getParseCtx()
Copyright © 2022. All rights reserved.