|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.opensymphony.xwork2.XWorkException
com.opensymphony.xwork2.config.ConfigurationException
public class ConfigurationException
ConfigurationException
| 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 |
|---|
public 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.
public ConfigurationException(String s,
Throwable cause,
Object target)
ConfigurationException with the specified
detail message.
s - the detail message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||