org.elkoserver.json
Class JSONDecodingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
JSONDecodingException()
           
JSONDecodingException(String message)
           
JSONDecodingException(String message, Throwable cause)
           
JSONDecodingException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JSONDecodingException

public JSONDecodingException()

JSONDecodingException

public JSONDecodingException(String message)

JSONDecodingException

public JSONDecodingException(String message,
                             Throwable cause)

JSONDecodingException

public JSONDecodingException(Throwable cause)