Class GeoLocatorException

  • All Implemented Interfaces:
    java.io.Serializable

    public class GeoLocatorException
    extends java.lang.RuntimeException
    Exception used when argument validation is not succeed due to missing or invalid arguments. Used while in GPS creation and different metrics conversions.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Throwable

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

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

      • GeoLocatorException

        public GeoLocatorException​(java.lang.String message,
                                   java.lang.Throwable cause)
        Parameters:
        message -
        cause -
      • GeoLocatorException

        public GeoLocatorException​(java.lang.String message)
        Parameters:
        message -
      • GeoLocatorException

        public GeoLocatorException​(java.lang.Throwable cause)
        Parameters:
        cause -
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable