Class ConfigurationException

All Implemented Interfaces:
Serializable

public class ConfigurationException extends RuntimeException
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 Details

    • ConfigurationException

      public ConfigurationException(String reason)
    • ConfigurationException

      public ConfigurationException(Throwable cause)
    • ConfigurationException

      public ConfigurationException(String reason, Throwable cause)