org.deegree.client.sos.storage.components
Class OWSException
java.lang.Object
org.deegree.client.sos.storage.components.OWSException
public class OWSException
- extends Object
Helper class for StorageDescribeSensor and StorageGetObservation classes
containing the contents of the XML element "ows:Exception". This will be sent
by the SOS if any parameter was wrong in the request or other errors occured.
- Author:
- Ulrich Neumeister, last edited by: $Author: aionita $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OWSException
public OWSException()
getExceptionCode
public String getExceptionCode()
getLocator
public String getLocator()
getExceptionText
public String getExceptionText()
setExceptionCode
public void setExceptionCode(String that)
setLocator
public void setLocator(String that)
setExceptionText
public void setExceptionText(String that)
Copyright © 2011. All Rights Reserved.