magoffin.matt.ma2
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by magoffin.matt.ma2.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationException
extends java.lang.RuntimeException

Exception thrown during application initialization.

Version:
$Revision: 43 $ $Date: 2007-10-21 11:10:01 +1300 (Sun, 21 Oct 2007) $
Author:
matt.magoffin
See Also:
Serialized Form

Constructor Summary
ConfigurationException(java.lang.Object propertyValue, java.lang.String propertyName)
          Construct with a mis-configured property.
ConfigurationException(java.lang.String msg)
          Construct with a message.
ConfigurationException(java.lang.String msg, java.lang.Throwable throwable)
          Construct with a message and Throwable.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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 msg)
Construct with a message.

Parameters:
msg -

ConfigurationException

public ConfigurationException(java.lang.String msg,
                              java.lang.Throwable throwable)
Construct with a message and Throwable.

Parameters:
msg - the message
throwable - the Throwable

ConfigurationException

public ConfigurationException(java.lang.Object propertyValue,
                              java.lang.String propertyName)
Construct with a mis-configured property.

Parameters:
propertyValue - the property value
propertyName - the property name