Class GMLException

  • All Implemented Interfaces:
    Serializable

    public class GMLException
    extends Exception
    An exception used to represent any GML related errors.
    Author:
    Ian Turton, CCG
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      GMLException()
      Creates a new instance of GMLException without detail message.
      GMLException​(String msg)
      Constructs an instance of GMLException with the specified detail message.
    • Method Summary

      • Methods inherited from class Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GMLException

        public GMLException()
        Creates a new instance of GMLException without detail message.
      • GMLException

        public GMLException​(String msg)
        Constructs an instance of GMLException with the specified detail message.
        Parameters:
        msg - the detail message.