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

Packages that use WcsException.Code
thredds.wcs.v1_1_0   
 

Uses of WcsException.Code in thredds.wcs.v1_1_0
 

Methods in thredds.wcs.v1_1_0 that return WcsException.Code
 WcsException.Code WcsException.getCode()
           
static WcsException.Code WcsException.Code.valueOf(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_1_0 with parameters of type WcsException.Code
WcsException(WcsException.Code code, String locator, List<String> messages)
           
WcsException(WcsException.Code code, String locator, String message)
           
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.