|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.wsil.WSILException
public class WSILException
Primary WS-Inpsection exception.
| Field Summary | |
|---|---|
protected java.lang.Throwable |
throwable
Throwable. |
| Constructor Summary | |
|---|---|
WSILException()
Create an exception without a message. |
|
WSILException(java.lang.String msg)
Create an exception with a message. |
|
WSILException(java.lang.String msg,
java.lang.Throwable throwable)
Create an exception with a message and related exception. |
|
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
Returns the String representation of this object's values. |
java.lang.Throwable |
getTargetException()
Returns the exception that caused this exception to be created. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Throwable throwable
| Constructor Detail |
|---|
public WSILException()
public WSILException(java.lang.String msg)
msg - the exception message
public WSILException(java.lang.String msg,
java.lang.Throwable throwable)
msg - the exception messagethrowable - throwable that is related to this exception| Method Detail |
|---|
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.Throwable getTargetException()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||