Class GeocoderException

  • All Implemented Interfaces:
    Serializable

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

      • GeocoderException

        protected GeocoderException​(String message)
      • GeocoderException

        protected GeocoderException​(Throwable t)
      • GeocoderException

        protected GeocoderException​(String messages,
                                    Throwable t)