Class ConfigurationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ConfigurationException
    extends java.lang.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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ConfigurationException

        public ConfigurationException​(java.lang.String reason)
      • ConfigurationException

        public ConfigurationException​(java.lang.Throwable cause)
      • ConfigurationException

        public ConfigurationException​(java.lang.String reason,
                                      java.lang.Throwable cause)