cytoscape.data.webservice
Enum CyWebServiceException.WSErrorCode
java.lang.Object
java.lang.Enum<CyWebServiceException.WSErrorCode>
cytoscape.data.webservice.CyWebServiceException.WSErrorCode
- All Implemented Interfaces:
- Serializable, Comparable<CyWebServiceException.WSErrorCode>
- Enclosing class:
- CyWebServiceException
public static enum CyWebServiceException.WSErrorCode
- extends Enum<CyWebServiceException.WSErrorCode>
NO_RESULT
public static final CyWebServiceException.WSErrorCode NO_RESULT
REMOTE_EXEC_FAILED
public static final CyWebServiceException.WSErrorCode REMOTE_EXEC_FAILED
OPERATION_NOT_SUPPORTED
public static final CyWebServiceException.WSErrorCode OPERATION_NOT_SUPPORTED
values
public static final CyWebServiceException.WSErrorCode[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(CyWebServiceException.WSErrorCode c : CyWebServiceException.WSErrorCode.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static CyWebServiceException.WSErrorCode valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
getErrorMessage
public String getErrorMessage()