Class GeoLocatorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.storelocator.exception.GeoLocatorException
All Implemented Interfaces:
Serializable

public class GeoLocatorException extends 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:
  • Constructor Details

    • GeoLocatorException

      public GeoLocatorException(String message, Throwable cause)
      Parameters:
      message -
      cause -
    • GeoLocatorException

      public GeoLocatorException(String message)
      Parameters:
      message -
    • GeoLocatorException

      public GeoLocatorException(Throwable cause)
      Parameters:
      cause -
  • Method Details