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

public class WFSException extends Exception
Author:
Jorge Piera LlodrĂ¡ (piera_jor@gva.es)
See Also:
  • Constructor Details

    • WFSException

      public WFSException()
    • WFSException

      public WFSException(Throwable cause)
    • WFSException

      public WFSException(String wfsCode, String message)
    • WFSException

      public WFSException(String message)
    • WFSException

      public WFSException(String message, Throwable cause)
  • Method Details

    • getWfsCode

      public String getWfsCode()
      Returns:
      Returns the wfsCode.