com.maryanovsky.map.client.opengis.wms
Class ServiceExceptionReport
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceExceptionReport
public ServiceExceptionReport(Document document)
throws ParseException
- Creates a
ServiceExceptionReport
from the specified
Service Exception response XML document.
- Throws:
ParseException
getDocument
public Document getDocument()
- Returns the Service Exception response XML document.