public class JsonException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Java serialization version.
|
| Constructor and Description |
|---|
JsonException(String message,
Object... args)
Create parser exception with formatted message.
|
JsonException(Throwable cause)
Create parser exception with error reporter and root cause throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public JsonException(String message, Object... args)
String.format(String, Object...) for supported
formatting tags.message - exception formatted message,args - optional formatted arguments.public JsonException(Throwable cause)
cause - root cause throwable.Copyright © 2018. All rights reserved.