|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.services.wms.ServiceExceptionReport_Impl
the calss encapsulates a OGC WMS 1.1.1 Service Exception Report
Field Summary | |
private java.lang.String |
code
|
private java.lang.String |
report
|
private java.lang.String |
version
|
Constructor Summary | |
ServiceExceptionReport_Impl(java.lang.String version,
java.lang.String code,
java.lang.String report)
Creates a new ServiceExceptionReport_Impl object. |
Method Summary | |
java.lang.String |
exportAsXML()
Produces an XML-representation of this object. |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String code
private java.lang.String report
private java.lang.String version
Constructor Detail |
public ServiceExceptionReport_Impl(java.lang.String version, java.lang.String code, java.lang.String report)
version
- version of the WMScode
- exception codereport
- free description of the exceptionMethod Detail |
public java.lang.String getCode()
getCode
in interface ServiceExceptionReport
public java.lang.String getReport()
getReport
in interface ServiceExceptionReport
public java.lang.String getVersion()
getVersion
in interface ServiceExceptionReport
public java.lang.String exportAsXML()
exportAsXML
in interface Marshallable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |