Class ConfigurationException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Exception cause  
    • Constructor Summary

      Constructors 
      Constructor Description
      ConfigurationException​(java.lang.Exception cause)
      Initializes the exception from a cause exception.
      ConfigurationException​(java.lang.String message)
      Initializes the exception with just a message.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Throwable getCause()
      Returns the causing exception, if available.
      boolean isFatal()
      Its always fatal.
      void setFatal​(boolean fatal)
      Set fatal is just ignored.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, 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

      • cause

        protected java.lang.Exception cause
    • Constructor Detail

      • ConfigurationException

        public ConfigurationException​(java.lang.Exception cause)
        Initializes the exception from a cause exception.
      • ConfigurationException

        public ConfigurationException​(java.lang.String message)
        Initializes the exception with just a message.
    • Method Detail

      • getCause

        public java.lang.Throwable getCause()
        Returns the causing exception, if available.
        Overrides:
        getCause in class java.lang.Throwable