Save This Page
Home » xwork-2.1.5 » com.opensymphony » xwork2 » config » [javadoc | source]
com.opensymphony.xwork2.config
public class: ConfigurationException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.lang.RuntimeException
            com.opensymphony.xwork2.XWorkException
               com.opensymphony.xwork2.config.ConfigurationException

All Implemented Interfaces:
    Locatable, Serializable

ConfigurationException
Fields inherited from java.lang.RuntimeException:
serialVersionUID
Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 public ConfigurationException() 
 public ConfigurationException(String s) 
    Constructs a ConfigurationException with the specified detail message.
    Parameters:
    s - the detail message.
 public ConfigurationException(Throwable cause) 
    Constructs a ConfigurationException with no detail message.
 public ConfigurationException(String s,
    Object target) 
    Constructs a ConfigurationException with the specified detail message.
    Parameters:
    s - the detail message.
 public ConfigurationException(Throwable cause,
    Object target) 
    Constructs a ConfigurationException with no detail message.
 public ConfigurationException(String s,
    Throwable cause) 
    Constructs a ConfigurationException with the specified detail message.
    Parameters:
    s - the detail message.
 public ConfigurationException(String s,
    Throwable cause,
    Object target) 
    Constructs a ConfigurationException with the specified detail message.
    Parameters:
    s - the detail message.
Methods from com.opensymphony.xwork2.XWorkException:
getLocation,   getThrowable,   toString
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait