Package org.n52.iceland.exception
Class JSONException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.fasterxml.jackson.core.JacksonException
-
- com.fasterxml.jackson.core.JsonProcessingException
-
- org.n52.iceland.exception.JSONException
-
- All Implemented Interfaces:
Serializable
public class JSONException extends com.fasterxml.jackson.core.JsonProcessingException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JSONException(String msg)JSONException(String msg, com.fasterxml.jackson.core.JsonLocation loc)JSONException(String msg, com.fasterxml.jackson.core.JsonLocation loc, Throwable rootCause)JSONException(String msg, Throwable rootCause)JSONException(Throwable rootCause)
-
Method Summary
-
Methods inherited from class com.fasterxml.jackson.core.JsonProcessingException
clearLocation, getLocation, getMessage, getMessageSuffix, getOriginalMessage, getProcessor, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
JSONException
public JSONException(String msg, com.fasterxml.jackson.core.JsonLocation loc, Throwable rootCause)
-
JSONException
public JSONException(String msg)
-
JSONException
public JSONException(String msg, com.fasterxml.jackson.core.JsonLocation loc)
-
JSONException
public JSONException(Throwable rootCause)
-
-