|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UTGBErrorCode | |
---|---|
org.utgenome |
Uses of UTGBErrorCode in org.utgenome |
---|
Methods in org.utgenome that return UTGBErrorCode | |
---|---|
UTGBErrorCode |
UTGBException.getErrorCode()
|
static UTGBErrorCode |
UTGBErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UTGBErrorCode[] |
UTGBErrorCode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.utgenome with parameters of type UTGBErrorCode | |
---|---|
UTGBException(UTGBErrorCode errorCode)
|
|
UTGBException(UTGBErrorCode errorCode,
String message)
|
|
UTGBException(UTGBErrorCode errorCode,
String message,
Throwable cause)
|
|
UTGBException(UTGBErrorCode errorCode,
Throwable cause)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |