net.sf.wfnm
Class ConfigException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.sf.wfnm.ConfigException
All Implemented Interfaces:
Serializable

public class ConfigException
extends RuntimeException

The configuration exception.

Version:
1.0.6
Author:
Maurizio Albari
See Also:
Serialized Form

Constructor Summary
ConfigException()
          Creates a new ConfigException object.
ConfigException(String message)
          Creates a new ConfigException object.
ConfigException(String message, Throwable cause)
          Creates a new ConfigException object.
ConfigException(Throwable cause)
          Creates a new ConfigException object.
 
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()
Creates a new ConfigException object.


ConfigException

public ConfigException(String message)
Creates a new ConfigException object.

Parameters:
message - the exception message

ConfigException

public ConfigException(String message,
                       Throwable cause)
Creates a new ConfigException object.

Parameters:
message - the exception message
cause - the cause of the exception

ConfigException

public ConfigException(Throwable cause)
Creates a new ConfigException object.

Parameters:
cause - the cause of the exception


Copyright © 2004-2005 Maurizio Albari@SourceForge.net. All Rights Reserved.