Uses of Class
thredds.wcs.v1_0_0_1.WcsException.Code

Packages that use WcsException.Code
thredds.wcs.v1_0_0_1   
 

Uses of WcsException.Code in thredds.wcs.v1_0_0_1
 

Methods in thredds.wcs.v1_0_0_1 that return WcsException.Code
 WcsException.Code WcsException.getCode()
           
static WcsException.Code WcsException.Code.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WcsException.Code[] WcsException.Code.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in thredds.wcs.v1_0_0_1 with parameters of type WcsException.Code
WcsException(WcsException.Code code, java.lang.String locator, java.util.List<java.lang.String> messages)
           
WcsException(WcsException.Code code, java.lang.String locator, java.lang.String message)