Enhydra 5.1 API

org.enhydra.tool.configure
Class ConfigException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.enhydra.tool.common.ToolException
                    |
                    +--org.enhydra.tool.configure.ConfigException
All Implemented Interfaces:
java.io.Serializable

public class ConfigException
extends ToolException

See Also:
Serialized Form

Constructor Summary
ConfigException(java.lang.String message)
          Create a ToolException with a specified error message.
ConfigException(java.lang.Throwable chain, java.lang.String message)
          Create a ToolException linked to a parent exception.
 
Methods inherited from class org.enhydra.tool.common.ToolException
getMessage, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, 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.String message)
Create a ToolException with a specified error message.

Parameters:
message - Message providing information on the nature of the exception.

ConfigException

public ConfigException(java.lang.Throwable chain,
                       java.lang.String message)
Create a ToolException linked to a parent exception.

Parameters:
chain - Parent exception to include in stack trace.
message - Message providing information on the nature of the exception.

Enhydra 5.1 API