org.gvsig.remoteclient.wfs.exceptions
Class WFSGetFeatureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gvsig.remoteclient.wfs.exceptions.WFSException
              extended by org.gvsig.remoteclient.wfs.exceptions.WFSGetFeatureException
All Implemented Interfaces:
java.io.Serializable

public class WFSGetFeatureException
extends WFSException

This exception is thrown when there is a problem with the GetFeature operation

Author:
Jorge Piera LLodrĂ¡ (jorge.piera@iver.es)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.gvsig.remoteclient.wfs.exceptions.WFSException
code, formatString, messageKey
 
Constructor Summary
WFSGetFeatureException(java.lang.Throwable e)
           
 
Method Summary
protected  void initialize()
           
protected  java.util.Map values()
           
 
Methods inherited from class org.gvsig.remoteclient.wfs.exceptions.WFSException
getWfsCode, init
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WFSGetFeatureException

public WFSGetFeatureException(java.lang.Throwable e)
Method Detail

initialize

protected void initialize()

values

protected java.util.Map values()
Overrides:
values in class WFSException


Copyright © 2004-2013 gvSIG. All Rights Reserved.