de.lmu.ifi.dbs.elki.application.jsmap
Class JSONBuffer.JSONException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.lmu.ifi.dbs.elki.application.jsmap.JSONBuffer.JSONException
All Implemented Interfaces:
Serializable
Enclosing class:
JSONBuffer

public static class JSONBuffer.JSONException
extends RuntimeException

Class to represent JSON encoding exceptions.

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Serial version
 
Constructor Summary
JSONBuffer.JSONException()
          Constructor.
JSONBuffer.JSONException(String message)
          Constructor.
JSONBuffer.JSONException(String message, Throwable cause)
          Constructor.
JSONBuffer.JSONException(Throwable cause)
          Constructor.
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial version

See Also:
Constant Field Values
Constructor Detail

JSONBuffer.JSONException

public JSONBuffer.JSONException()
Constructor.


JSONBuffer.JSONException

public JSONBuffer.JSONException(String message,
                                Throwable cause)
Constructor.

Parameters:
message - Error message
cause - Cause

JSONBuffer.JSONException

public JSONBuffer.JSONException(String message)
Constructor.

Parameters:
message - Error message

JSONBuffer.JSONException

public JSONBuffer.JSONException(Throwable cause)
Constructor.

Parameters:
cause - Cause

Release 0.4.0 (2011-09-20_1324)