Class WFSException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.remoteclient.wfs.exceptions.WFSException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidFormatException,WFSGetFeatureException
- Author:
- Jorge Piera LlodrĂ¡ (piera_jor@gva.es)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWFSException(String message) WFSException(String wfsCode, String message) WFSException(String message, Throwable cause) WFSException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WFSException
public WFSException() -
WFSException
-
WFSException
-
WFSException
-
WFSException
-
-
Method Details
-
getWfsCode
- Returns:
- Returns the wfsCode.
-