Uses of Class
thredds.wcs.v1_1_0.WcsException

Packages that use WcsException
thredds.wcs.v1_1_0   
 

Uses of WcsException in thredds.wcs.v1_1_0
 

Methods in thredds.wcs.v1_1_0 that throw WcsException
static Request Request.getDescribeCoverageRequest(Request.Operation operation, java.lang.String negotiatedVersion, java.util.List<java.lang.String> identifiers, java.lang.String datasetPath, GridDataset dataset)
           
static Request Request.getGetCoverageRequest(Request.Operation operation, java.lang.String negotiatedVersion, java.lang.String identifier, java.lang.String datasetPath, GridDataset dataset)
           
 java.io.File GetCoverage.writeCoverageDataToFile()
           
 

Constructors in thredds.wcs.v1_1_0 with parameters of type WcsException
ExceptionReport(WcsException exception)
           
 

Constructor parameters in thredds.wcs.v1_1_0 with type arguments of type WcsException
ExceptionReport(java.util.List<WcsException> exceptions)