public class JsonException extends RuntimeException
Constructor and Description |
---|
JsonException(String message)
Constructs a JsonException with an explanatory message.
|
JsonException(Throwable t) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JsonException(String message)
message
- Detail about the reason for the exception.public JsonException(Throwable t)
RestFB 1.7.0. Copyright © 2010-2014 Mark Allen. All Rights Reserved.