Uses of Class
org.geotools.ows.ServiceException

Packages that use ServiceException
org.geotools.catalog.wms   
org.geotools.data.wms Provides for Web Map Server client access as a Grid Coverage Exchange.  
org.geotools.data.wms.response   
org.geotools.ows A placeholder for data objects common to OWS code, such as WMS, WFS, etc. 
 

Uses of ServiceException in org.geotools.catalog.wms
 

Methods in org.geotools.catalog.wms that throw ServiceException
 GetCapabilitiesResponse WMSService.CustomWMS.issueRequest(GetCapabilitiesRequest arg0)
           
 GetFeatureInfoResponse WMSService.CustomWMS.issueRequest(GetFeatureInfoRequest arg0)
           
 GetMapResponse WMSService.CustomWMS.issueRequest(GetMapRequest arg0)
           
 

Constructors in org.geotools.catalog.wms that throw ServiceException
WMSService.CustomWMS(java.net.URL serverURL)
          DOCUMENT ME!
 

Uses of ServiceException in org.geotools.data.wms
 

Methods in org.geotools.data.wms that throw ServiceException
 GetCapabilitiesResponse WebMapServer.issueRequest(GetCapabilitiesRequest request)
           
 GetMapResponse WebMapServer.issueRequest(GetMapRequest request)
           
 GetFeatureInfoResponse WebMapServer.issueRequest(GetFeatureInfoRequest request)
           
 DescribeLayerResponse WebMapServer.issueRequest(DescribeLayerRequest request)
           
 GetLegendGraphicResponse WebMapServer.issueRequest(GetLegendGraphicRequest request)
           
 GetStylesResponse WebMapServer.issueRequest(GetStylesRequest request)
           
 PutStylesResponse WebMapServer.issueRequest(PutStylesRequest request)
           
 

Constructors in org.geotools.data.wms that throw ServiceException
WebMapServer(java.net.URL serverURL)
          Creates a new WebMapServer instance and attempts to retrieve the Capabilities document specified by serverURL.
 

Uses of ServiceException in org.geotools.data.wms.response
 

Methods in org.geotools.data.wms.response that return ServiceException
protected  ServiceException AbstractResponse.parseException(java.io.InputStream inputStream)
           
 

Constructors in org.geotools.data.wms.response that throw ServiceException
GetMapResponse(java.lang.String contentType, java.io.InputStream response)
           
PutStylesResponse(java.lang.String contentType, java.io.InputStream inputStream)
           
GetCapabilitiesResponse(java.lang.String contentType, java.io.InputStream inputStream)
           
GetLegendGraphicResponse(java.lang.String contentType, java.io.InputStream inputStream)
           
AbstractResponse(java.lang.String contentType, java.io.InputStream inputStream)
           
GetStylesResponse(java.lang.String contentType, java.io.InputStream inputStream)
           
GetFeatureInfoResponse(java.lang.String contentType, java.io.InputStream inputStream)
          DOCUMENT ME!
 

Uses of ServiceException in org.geotools.ows
 

Methods in org.geotools.ows that return ServiceException
 ServiceException ServiceException.getNext()
           
 

Methods in org.geotools.ows with parameters of type ServiceException
 void ServiceException.setNext(ServiceException next)
           
 



Copyright © GeoTools. All Rights Reserved.