|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.bioclipse.xws.exceptions.XwsException
public class XwsException
| Nested Class Summary | |
|---|---|
static class |
XwsException.ErrorCode
|
| Field Summary | |
|---|---|
XwsException.ErrorCode |
eCode
|
| Constructor Summary | |
|---|---|
XwsException(java.lang.Throwable t)
|
|
XwsException(XwsException.ErrorCode eCode,
java.lang.String message)
|
|
XwsException(XwsException.ErrorCode eCode,
java.lang.Throwable t)
|
|
| Method Summary | |
|---|---|
XwsException.ErrorCode |
getErrorCode()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public XwsException.ErrorCode eCode
| Constructor Detail |
|---|
public XwsException(XwsException.ErrorCode eCode,
java.lang.String message)
public XwsException(XwsException.ErrorCode eCode,
java.lang.Throwable t)
public XwsException(java.lang.Throwable t)
| Method Detail |
|---|
public XwsException.ErrorCode getErrorCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||