Class GMLException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.remoteclient.wfs.schema.type.GMLException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GMLInvalidFormatException

public class GMLException extends Exception
GML Exception.
Author:
Jorge Piera Llodrá (piera_jor@gva.es), Carlos Sánchez Periñán (sanchez_carper@gva.es)
See Also:
  • Field Details

    • formatString

      protected String formatString
    • messageKey

      protected String messageKey
    • code

      protected long code
  • Constructor Details

    • GMLException

      public GMLException()
    • GMLException

      public GMLException(String file)
    • GMLException

      public GMLException(Throwable exception)
    • GMLException

      public GMLException(String file, Throwable exception)
  • Method Details

    • getFilename

      public String getFilename()
    • setFilename

      public void setFilename(String filename)
    • values

      protected Map values()
    • init

      public void init()