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:
java.io.Serializable
public class ConfigurationException extends java.lang.RuntimeExceptionDSL-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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigurationException(java.lang.String reason)ConfigurationException(java.lang.String reason, java.lang.Throwable cause)ConfigurationException(java.lang.Throwable cause)
-