org.jtheque.core.managers.state
Class ConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jtheque.core.managers.ManagerException
              extended by org.jtheque.core.managers.state.ConfigException
All Implemented Interfaces:
java.io.Serializable

public final class ConfigException
extends ManagerException

An exception who occurs during the configuration execution.

Author:
Baptiste Wicht
See Also:
Serialized Form

Constructor Summary
ConfigException(java.lang.Throwable e)
          Construct a new ConfigException.
 
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

ConfigException

public ConfigException(java.lang.Throwable e)
Construct a new ConfigException.

Parameters:
e - The parent exception.


Copyright © 2009 JTheque. All Rights Reserved.