Uses of Class
com.citygrid.CGErrorNum

Packages that use CGErrorNum
com.citygrid   
 

Uses of CGErrorNum in com.citygrid
 

Fields in com.citygrid declared as CGErrorNum
private  CGErrorNum CGError.errorNumber
           
 

Methods in com.citygrid that return CGErrorNum
 CGErrorNum CGError.getErrorNumber()
           
static CGErrorNum CGErrorNum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CGErrorNum[] CGErrorNum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.citygrid with parameters of type CGErrorNum
 CGError CGShared.errorWithErrorNum(CGErrorNum errorNum)
           
 

Constructors in com.citygrid with parameters of type CGErrorNum
CGError(CGErrorNum errorNumber, String description)
           
 



Copyright © 2011. All Rights Reserved.