Serializablepublic class JsonParseException extends RuntimeException
| Constructor | Description |
|---|---|
JsonParseException() |
Constructs a new runtime exception with null as its detail message.
|
JsonParseException(String s) |
Constructs a new runtime exception with the specified detail message.
|
JsonParseException(String pattern,
Object... args) |
Constructs a new runtime exception with string formatted using specified pattern and arguments.
|
JsonParseException(Throwable t) |
Create a JSONParseException with the given
Throwable cause. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JsonParseException()
public JsonParseException(String s)
s - The detail message.public JsonParseException(String pattern, Object... args)
pattern - A format string.args - the arguments to insert into the pattern String