Class ConfigurationException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean logStackTrace  
    • 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
    • Field Detail

      • logStackTrace

        public final boolean logStackTrace
    • Constructor Detail

      • ConfigurationException

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

        public ConfigurationException​(java.lang.String msg,
                                      boolean logStackTrace)
      • ConfigurationException

        public ConfigurationException​(java.lang.String msg,
                                      java.lang.Throwable e)
      • ConfigurationException

        protected ConfigurationException​(ExceptionCode code,
                                         java.lang.String msg)