org.elkoserver.json
Class JSONDecodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.elkoserver.json.JSONDecodingException
- All Implemented Interfaces:
- Serializable
public class JSONDecodingException
- extends Exception
Thrown when a there is a problem of some sort interpreting the contents of a
JSON object.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JSONDecodingException
public JSONDecodingException()
JSONDecodingException
public JSONDecodingException(String message)
JSONDecodingException
public JSONDecodingException(String message,
Throwable cause)
JSONDecodingException
public JSONDecodingException(Throwable cause)