Package com.dslplatform.json
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.dslplatform.json.ConfigurationException
- All Implemented Interfaces:
Serializable
DSL-JSON specific exception thrown when DSL-JSON was not configured for types
which are attempted to be serialized.
Even if runtime analysis is enabled, if type is specific, it could require
specialized converter. If such converter is not registered this exception will
be thrown due to "faulty" DSL-JSON configuration.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationException(String reason) ConfigurationException(String reason, Throwable cause) ConfigurationException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigurationException
-
ConfigurationException
-
ConfigurationException
-