jacquard 1.12.0 by The Web Engineering Factory and Toolworks

uk.co.weft.configurator
Class ConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byuk.co.weft.dbutil.DataStoreException
              extended byuk.co.weft.dbutil.DataFormatException
                  extended byuk.co.weft.configurator.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationException
extends DataFormatException

an exception thrown when something is wrong with the configuration and the configurator can't procede.

See Also:
Serialized Form

Constructor Summary
ConfigurationException(java.lang.String message)
           
ConfigurationException(java.lang.String message, java.lang.Throwable cause)
           
 
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 message)
Parameters:
message -

ConfigurationException

public ConfigurationException(java.lang.String message,
                              java.lang.Throwable cause)
Parameters:
message -
cause -

jacquard 1.12.0 by The Web Engineering Factory and Toolworks