|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException de.lmu.ifi.dbs.elki.application.jsmap.JSONBuffer.JSONException
public static class JSONBuffer.JSONException
Class to represent JSON encoding exceptions.
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 |
---|
private static final long serialVersionUID
Constructor Detail |
---|
public JSONBuffer.JSONException()
public JSONBuffer.JSONException(String message, Throwable cause)
message
- Error messagecause
- Causepublic JSONBuffer.JSONException(String message)
message
- Error messagepublic JSONBuffer.JSONException(Throwable cause)
cause
- Cause
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |