Class GoogleMapException

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

public class GoogleMapException extends RuntimeException
Exception thrown during creation of the DefaultMap which is a default implementation of the Google MAPs oriented Map interface.
See Also:
  • Constructor Details

    • GoogleMapException

      public GoogleMapException()
    • GoogleMapException

      public GoogleMapException(String message, Throwable nested)
      Parameters:
      message -
      nested - exception
    • GoogleMapException

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

      public GoogleMapException(Throwable nested)
      Parameters:
      nested -