Class GoogleMapException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.storelocator.exception.GoogleMapException
- All Implemented Interfaces:
Serializable
Exception thrown during creation of the
DefaultMap which is a default implementation of the Google MAPs
oriented Map interface.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGoogleMapException(String message) GoogleMapException(String message, Throwable nested) GoogleMapException(Throwable nested) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GoogleMapException
public GoogleMapException() -
GoogleMapException
- Parameters:
message-nested- exception
-
GoogleMapException
- Parameters:
message-
-
GoogleMapException
- Parameters:
nested-
-