Class GeocoderException

  • All Implemented Interfaces:
    java.io.Serializable

    public class GeocoderException
    extends java.lang.Exception
    In case resolving an address to its geocoordinates was not successful this exception should be thrown.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected GeocoderException​(java.lang.String message)  
      protected GeocoderException​(java.lang.String messages, java.lang.Throwable t)  
      protected GeocoderException​(java.lang.Throwable t)  
    • 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

      • GeocoderException

        protected GeocoderException​(java.lang.String message)
      • GeocoderException

        protected GeocoderException​(java.lang.Throwable t)
      • GeocoderException

        protected GeocoderException​(java.lang.String messages,
                                    java.lang.Throwable t)