Class ConfigurationException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    InvalidScopeException, NullKeyException

    public class ConfigurationException
    extends java.lang.RuntimeException
    Version:
    $Id: ConfigurationException.java 511959 2007-02-26 19:24:39Z nbubna $
    Author:
    Nathan Bubna
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Object source  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getSource()  
      • 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

      • source

        private final java.lang.Object source
    • Constructor Detail

      • ConfigurationException

        public ConfigurationException​(Data data,
                                      java.lang.Throwable cause)
      • ConfigurationException

        public ConfigurationException​(Data data,
                                      java.lang.String message)
      • ConfigurationException

        public ConfigurationException​(Configuration config,
                                      java.lang.Throwable cause)
      • ConfigurationException

        public ConfigurationException​(Configuration config,
                                      java.lang.String message)
    • Method Detail

      • getSource

        public java.lang.Object getSource()