PlannerException

Exception class used in Planner

Properties

Link copied to clipboard
Means that the arrival point is not accessible for the specified transportation mode.
Link copied to clipboard
open val code: Int
Link copied to clipboard
Means that the departure point is not accessible for the specified transportation mode.
Link copied to clipboard
Means that an internal error has occured.
Link copied to clipboard
Means that the Planner object is entered in an invalid state.
Link copied to clipboard
Means that no start point has been defined for route computation with multiple points
Link copied to clipboard
Means that no stop point has been defined for route computation with multiple points
Link copied to clipboard
No graph for Start Location
Link copied to clipboard
No graph for Stop Location
Link copied to clipboard
No nodes for Start Location
Link copied to clipboard
No nodes for Stop Location
Link copied to clipboard
Means that there is not enough memory for the route computation.
Link copied to clipboard
Means that the specified transportation mode is not supported.

Functions

Link copied to clipboard
fun addSuppressed(exception: Throwable)
Link copied to clipboard
Link copied to clipboard
open fun getCause(): Throwable
Link copied to clipboard
Link copied to clipboard
open fun getMessage(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun initCause(cause: Throwable): Throwable
Link copied to clipboard
open fun printStackTrace()
Link copied to clipboard
open fun setStackTrace(stackTrace: Array<StackTraceElement>)
Link copied to clipboard
open fun toString(): String