/tripkit/TripKitAndroid/com.skedgo.tripkit/OutOfRegionsException
OutOfRegionsException
\ class OutOfRegionsException(detailMessage: String?, latitude: Double, longitude: Double) : RuntimeException
Constructors
OutOfRegionsException | constructor(detailMessage: String?, latitude: Double, longitude: Double) |
Properties
Name | Summary |
---|---|
cause | open val cause: Throwable? |
message | open val message: String? |
Functions
Name | Summary |
---|---|
latitude | fun latitude(): Double |
longitude | fun longitude(): Double |
printThrowableStackTrace | fun Throwable.printThrowableStackTrace() |