org.deegree.client.sos.storage.components
Class OWSException

java.lang.Object
  extended by 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 $

Constructor Summary
OWSException()
           
 
Method Summary
 String getExceptionCode()
           
 String getExceptionText()
           
 String getLocator()
           
 void setExceptionCode(String that)
           
 void setExceptionText(String that)
           
 void setLocator(String that)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWSException

public OWSException()
Method Detail

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.