public class JsonParseException extends RuntimeException
Constructor and 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. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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