org.gvsig.remoteclient.wfs.exceptions
Class WFSException

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

public class WFSException
extends java.lang.Exception

Author:
Jorge Piera LlodrĂ¡ (piera_jor@gva.es)
See Also:
Serialized Form

Field Summary
protected  long code
           
protected  java.lang.String formatString
           
protected  java.lang.String messageKey
           
 
Constructor Summary
WFSException()
           
WFSException(java.lang.String message)
           
WFSException(java.lang.String wfsCode, java.lang.String message)
           
WFSException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getWfsCode()
           
 void init()
           
protected  java.util.Map values()
           
 
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
 

Field Detail

formatString

protected java.lang.String formatString

messageKey

protected java.lang.String messageKey

code

protected long code
Constructor Detail

WFSException

public WFSException()

WFSException

public WFSException(java.lang.Throwable cause)

WFSException

public WFSException(java.lang.String wfsCode,
                    java.lang.String message)

WFSException

public WFSException(java.lang.String message)
Method Detail

values

protected java.util.Map values()

init

public void init()

getWfsCode

public java.lang.String getWfsCode()
Returns:
Returns the wfsCode.


Copyright © 2004-2013 gvSIG. All Rights Reserved.