Package org.hippoecm.hst.util
Class JsonSerializer.JsonSerializationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.hippoecm.hst.util.JsonSerializer.JsonSerializationException
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- JsonSerializer
public static class JsonSerializer.JsonSerializationException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description JsonSerializationException()
JsonSerializationException(String message)
JsonSerializationException(String message, Throwable cause)
protected
JsonSerializationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
JsonSerializationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-