Class GmlException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.tools.exception.BaseException
org.gvsig.gpe.prov.gml.exceptions.GmlException
All Implemented Interfaces:
Serializable, org.gvsig.tools.exception.IBaseException

public class GmlException extends org.gvsig.tools.exception.BaseException
GML Exception.
Author:
Jorge Piera Llodrá (piera_jor@gva.es), Carlos Sánchez Periñán (sanchez_carper@gva.es)
See Also:
  • Constructor Details

    • 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()
      Overrides:
      values in class org.gvsig.tools.exception.BaseException
    • init

      public void init()