public class JsonEncodingException extends IOException
Constructor and Description |
---|
JsonEncodingException(String message,
String src) |
JsonEncodingException(String message,
Throwable cause,
String src) |
JsonEncodingException(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, toString
public JsonEncodingException(String message, String src)
message
- The message to associate with the exceptionsrc
- The input that caused the exceptionpublic JsonEncodingException(Throwable cause, String src)
cause
- The cause of the exceptionsrc
- The input that caused the exceptionCopyright © 2012–2014 Battams, Derek. All rights reserved.