public class UncheckedJsonException extends RuntimeException
Constructor and Description |
---|
UncheckedJsonException(JsonException e) |
Modifier and Type | Method and Description |
---|---|
String |
describe() |
JsonException |
getCause() |
int |
getLen() |
String |
getLine() |
int |
getLineNo() |
int |
getLinePos() |
String |
getLocalizedMessage() |
String |
getMessage() |
String |
toString() |
addSuppressed, fillInStackTrace, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public UncheckedJsonException(JsonException e)
public JsonException getCause()
public String getLine()
public int getLineNo()
public int getLinePos()
public int getLen()
public String describe()
public String getMessage()
getMessage
in class Throwable
public String getLocalizedMessage()
getLocalizedMessage
in class Throwable
Copyright © 2017. All rights reserved.