public class ConfigurationException extends XWorkException
| Constructor and Description | 
|---|
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. | 
getLocation, getThrowable, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ConfigurationException()
ConfigurationException with no detail message.public ConfigurationException(String s)
ConfigurationException with the specified
 detail message.s - the detail message.public ConfigurationException(String s, Object target)
ConfigurationException with the specified
 detail message.s - the detail message.public ConfigurationException(Throwable cause)
ConfigurationException with no detail message.public ConfigurationException(Throwable cause, Object target)
ConfigurationException with no detail message.public ConfigurationException(String s, Throwable cause)
ConfigurationException with the specified
 detail message.s - the detail message.Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.