Class JSONToObjectException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.codecentric.reedelk.runtime.api.exception.PlatformException
-
- de.codecentric.reedelk.json.internal.exception.JSONToObjectException
-
- All Implemented Interfaces:
Serializable
public class JSONToObjectException extends de.codecentric.reedelk.runtime.api.exception.PlatformException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JSONToObjectException(String message)JSONToObjectException(String message, org.json.JSONException exception)
-
Method Summary
-
Methods inherited from class de.codecentric.reedelk.runtime.api.exception.PlatformException
toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-