Uses of Class
net.bioclipse.xws.exceptions.XwsException.ErrorCode

Packages that use XwsException.ErrorCode
net.bioclipse.xws.exceptions   
 

Uses of XwsException.ErrorCode in net.bioclipse.xws.exceptions
 

Fields in net.bioclipse.xws.exceptions declared as XwsException.ErrorCode
 XwsException.ErrorCode XwsException.eCode
           
 

Methods in net.bioclipse.xws.exceptions that return XwsException.ErrorCode
 XwsException.ErrorCode XwsException.getErrorCode()
           
static XwsException.ErrorCode XwsException.ErrorCode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XwsException.ErrorCode[] XwsException.ErrorCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.bioclipse.xws.exceptions with parameters of type XwsException.ErrorCode
XwsException(XwsException.ErrorCode eCode, java.lang.String message)
           
XwsException(XwsException.ErrorCode eCode, java.lang.Throwable t)