Uses of Class
org.utgenome.UTGBErrorCode

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)
           
 



Copyright © 2007-2012 utgenome.org. All Rights Reserved.