Class ObjectToJSONException
- 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.ObjectToJSONException
-
- All Implemented Interfaces:
Serializable
public class ObjectToJSONException extends de.codecentric.reedelk.runtime.api.exception.PlatformException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectToJSONException(String message)ObjectToJSONException(String message, Throwable 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
-
-