public class NavigationException
Generic Exception for all things Mapbox Navigation.
A form of Throwable that indicates conditions that a reasonable application might
want to catch.
public NavigationException(@NotNull
java.lang.String message)
Generic Exception for all things Mapbox Navigation.
A form of Throwable that indicates conditions that a reasonable application might
want to catch.
message - the detail message (which is saved for later retrieval by theThrowable.message method).