public class InvalidJsonObjectException extends IOException
| Constructor and Description |
|---|
InvalidJsonObjectException(String message,
String src) |
InvalidJsonObjectException(String message,
Throwable cause,
String src) |
InvalidJsonObjectException(Throwable cause,
String src) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
capture()
Generate the capture file for this exception, if requested
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidJsonObjectException(String message, String src)
message - The message to associate with the exceptionsrc - The input that caused the exceptionpublic InvalidJsonObjectException(Throwable cause, String src)
cause - The cause of the exceptionsrc - The input that caused the exceptionCopyright © 2012-2014 Battams, Derek. All Rights Reserved.