com.opensymphony.xwork.config
Class ConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.opensymphony.xwork.XworkException
                  extended bycom.opensymphony.xwork.config.ConfigurationException
All Implemented Interfaces:
Serializable

public class ConfigurationException
extends XworkException

ConfigurationException

Author:
Jason Carreira Created Feb 24, 2003 8:15:08 AM
See Also:
Serialized Form

Constructor Summary
ConfigurationException()
          Constructs a ConfigurationException with no detail message.
ConfigurationException(String s)
          Constructs a ConfigurationException with the specified detail message.
ConfigurationException(String s, Throwable cause)
          Constructs a ConfigurationException with the specified detail message.
ConfigurationException(Throwable cause)
          Constructs a ConfigurationException with no detail message.
 
Methods inherited from class com.opensymphony.xwork.XworkException
getThrowable, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationException

public ConfigurationException()
Constructs a ConfigurationException with no detail message.


ConfigurationException

public ConfigurationException(String s)
Constructs a ConfigurationException with the specified detail message.

Parameters:
s - the detail message.

ConfigurationException

public ConfigurationException(Throwable cause)
Constructs a ConfigurationException with no detail message.


ConfigurationException

public ConfigurationException(String s,
                              Throwable cause)
Constructs a ConfigurationException with the specified detail message.

Parameters:
s - the detail message.

XWork Project Page