Uses of Class
edu.hust.go.model.GoException

Packages that use GoException
edu.hust.go.model   
 

Uses of GoException in edu.hust.go.model
 

Methods in edu.hust.go.model that throw GoException
static java.util.HashMap GoGraphModel.loadGoDefinition(java.lang.String definition, byte defType)
          Construct a map between GO id and GO terms
 

Constructors in edu.hust.go.model that throw GoException
GoGraphModel(java.util.HashMap map)