Package com.inavi.mapsdk.exceptions
Class InvalidLatLngException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.inavi.mapsdk.exceptions.InvalidLatLngException
- All Implemented Interfaces:
Serializable
좌표 설정이 필요한 객체에서 좌표가 유효하지 않을 때 발생하는
Exception
.- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidLatLngException
(String name, LatLng coords) InvalidLatLngException
(String name, String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidLatLngException
-