Class GoogleMapException

  • All Implemented Interfaces:
    java.io.Serializable

    public class GoogleMapException
    extends java.lang.RuntimeException
    Exception thrown during creation of the DefaultMap which is a default implementation of the Google MAPs oriented Map interface.
    See Also:
    Serialized Form
    • 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

      • GoogleMapException

        public GoogleMapException()
      • GoogleMapException

        public GoogleMapException​(java.lang.String message,
                                  java.lang.Throwable nested)
        Parameters:
        message -
        nested - exception
      • GoogleMapException

        public GoogleMapException​(java.lang.String message)
        Parameters:
        message -
      • GoogleMapException

        public GoogleMapException​(java.lang.Throwable nested)
        Parameters:
        nested -