org.deegree.services.wms
Interface ServiceExceptionReport

All Known Implementing Classes:
ServiceExceptionReport_Impl

public interface ServiceExceptionReport

Version:
$Revision: 1.1 $
Author:
$author$

Method Summary
 java.lang.String getCode()
          returns the code of te expetion as defined in the OGC WMS 1.1.1 spec and the WMS 1.1.1 test suite
 java.lang.String getReport()
          returns a detailed description of the exption
 java.lang.String getVersion()
          returns the version of the ServiceExceptionReport
 

Method Detail

getVersion

public java.lang.String getVersion()
returns the version of the ServiceExceptionReport

Returns:

getCode

public java.lang.String getCode()
returns the code of te expetion as defined in the OGC WMS 1.1.1 spec and the WMS 1.1.1 test suite

Returns:

getReport

public java.lang.String getReport()
returns a detailed description of the exption

Returns: