Class LatLongFormatException

  • All Implemented Interfaces:
    java.io.Serializable

    public class LatLongFormatException
    extends java.lang.Exception
    An exception class for errors in Latitude and Longitude formats
    See Also:
    Serialized Form
    • Constructor Summary

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

      • Methods inherited from class java.lang.Throwable

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

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

      • LatLongFormatException

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

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