Class GMLException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.episteme.social.geography.loaders.gml.GMLException
All Implemented Interfaces:
Serializable

public class GMLException extends Exception
Exception thrown for GML parsing or processing errors.
See Also:
  • Constructor Details

    • GMLException

      public GMLException(String message)
    • GMLException

      public GMLException(String message, Throwable cause)