|
|||||||||||
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.xwork.XworkException
com.opensymphony.xwork.config.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,
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 |
public ConfigurationException()
ConfigurationException
with no detail message.
public ConfigurationException(String s)
ConfigurationException
with the specified
detail message.
s
- the detail message.public ConfigurationException(Throwable cause)
ConfigurationException
with no detail message.
public ConfigurationException(String s, Throwable cause)
ConfigurationException
with the specified
detail message.
s
- the detail message.
|
XWork Project Page | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |