net.sf.eos.config
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.eos.config.ConfigurationException
All Implemented Interfaces:
Serializable

public class ConfigurationException
extends RuntimeException

May throw if a configuration is not valid.

Author:
Sascha Kohlmann
See Also:
Serialized Form

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


ConfigurationException

public ConfigurationException(String message)
Creates a new instance.

Parameters:
message - a message.

ConfigurationException

public ConfigurationException(Throwable cause)
Creates a new instance.

Parameters:
cause - a cause exception.

ConfigurationException

public ConfigurationException(String message,
                              Throwable cause)
Creates a new instance.

Parameters:
cause - a cause exception.
message - a message.


Copyright © 2008. All Rights Reserved.