com.opensymphony.webwork
| ||||||||||||||||||||||||||||||||||||||||||||||||
| Constructor Summary | |
|---|---|
WebWorkException()
Constructs a WebWorkException with no detail message. |
|
WebWorkException(String s)
Constructs a WebWorkException with the specified
detail message. |
|
WebWorkException(String s,
Object target)
Constructs a WebWorkException with the specified
detail message and target. |
|
WebWorkException(String s,
Throwable cause)
Constructs a WebWorkException with the specified
detail message and exception cause. |
|
WebWorkException(String s,
Throwable cause,
Object target)
Constructs a WebWorkException with the specified
detail message, cause, and target |
|
WebWorkException(Throwable cause)
Constructs a WebWorkException with the root cause |
|
WebWorkException(Throwable cause,
Object target)
Constructs a WebWorkException with the root cause and target |
|
| Method Summary |
|---|
| Methods inherited from class com.opensymphony.xwork.XworkException |
|---|
getLocation, getSnippet, getSnippet, 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 WebWorkException()
WebWorkException with no detail message.
public WebWorkException(String s)
WebWorkException with the specified
detail message.
s - the detail message.public WebWorkException(String s, Object target)
WebWorkException with the specified
detail message and target.
s - the detail message.target - the target of the exception.public WebWorkException(Throwable cause)
WebWorkException with the root cause
cause - The wrapped exceptionpublic WebWorkException(Throwable cause, Object target)
WebWorkException with the root cause and target
cause - The wrapped exceptiontarget - The target of the exceptionpublic WebWorkException(String s, Throwable cause)
WebWorkException with the specified
detail message and exception cause.
s - the detail message.cause - the wrapped exceptionpublic WebWorkException(String s, Throwable cause, Object target)
WebWorkException with the specified
detail message, cause, and target
s - the detail message.cause - The wrapped exceptiontarget - The target of the exception
|
WebWork Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||