com.maryanovsky.map.client.opengis.wms
Class ServiceExceptionReport

java.lang.Object
  extended by com.maryanovsky.map.client.opengis.wms.ServiceExceptionReport

public final class ServiceExceptionReport
extends Object

Encapsulates a WMS service exception report. Note that "exception" here means an exceptional response to a WMS request, not exception in the Java sense.

Author:
Maryanovsky Alexander

Nested Class Summary
static class ServiceExceptionReport.ServiceException
          Encapsulates a Service Exception.
 
Constructor Summary
ServiceExceptionReport(Document document)
          Creates a ServiceExceptionReport from the specified Service Exception response XML document.
 
Method Summary
 Document getDocument()
          Returns the Service Exception response XML document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceExceptionReport

public ServiceExceptionReport(Document document)
                       throws ParseException
Creates a ServiceExceptionReport from the specified Service Exception response XML document.

Throws:
ParseException
Method Detail

getDocument

public Document getDocument()
Returns the Service Exception response XML document.