com.opensymphony.xwork2.config
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.opensymphony.xwork2.XWorkException
                  extended by com.opensymphony.xwork2.config.ConfigurationException
All Implemented Interfaces:
Locatable, Serializable

public class ConfigurationException
extends XWorkException

ConfigurationException

Author:
Jason Carreira
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, Object target)
          Constructs a ConfigurationException with the specified detail message.
ConfigurationException(String s, Throwable cause)
          Constructs a ConfigurationException with the specified detail message.
ConfigurationException(String s, Throwable cause, Object target)
          Constructs a ConfigurationException with the specified detail message.
ConfigurationException(Throwable cause)
          Constructs a ConfigurationException with no detail message.
ConfigurationException(Throwable cause, Object target)
          Constructs a ConfigurationException with no detail message.
 
Method Summary
 
Methods inherited from class com.opensymphony.xwork2.XWorkException
getLocation, getThrowable, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, 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(String s,
                              Object target)
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(Throwable cause,
                              Object target)
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.

ConfigurationException

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

Parameters:
s - the detail message.


Copyright © 2009 OpenSymphony. All Rights Reserved.