public class JsonParseException
extends java.lang.RuntimeException
Constructor and Description |
---|
JsonParseException()
Constructs a new runtime exception with null as its detail message.
|
JsonParseException(java.lang.String s)
Constructs a new runtime exception with the specified detail message.
|
JsonParseException(java.lang.String pattern,
java.lang.Object... args)
Constructs a new runtime exception with string formatted using specified pattern and arguments.
|
JsonParseException(java.lang.Throwable t)
Create a JSONParseException with the given
Throwable cause. |
public JsonParseException()
public JsonParseException(java.lang.String s)
s
- The detail message.public JsonParseException(java.lang.String pattern, java.lang.Object... args)
pattern
- A format string
.args
- the arguments to insert into the pattern Stringpublic JsonParseException(java.lang.Throwable t)
Throwable
cause.t
- the throwable root caseCopyright © 2010 - 2020 Adobe. All Rights Reserved