Citymapper SDK
androidJvm
Citymapper SDK
/
com.citymapper.sdk.navigation
/
CitymapperNavigationTracking
/
UnsupportedRouteException
Unsupported
Route
Exception
androidJvm
class
UnsupportedRouteException
(
message
:
String
,
cause
:
Exception
?
)
:
RuntimeException
Content copied to clipboard
Functions
Properties
Functions
add
Suppressed
Link copied to clipboard
androidJvm
fun
addSuppressed
(
p0
:
Throwable
)
Content copied to clipboard
fill
In
Stack
Trace
Link copied to clipboard
androidJvm
open
fun
fillInStackTrace
(
)
:
Throwable
Content copied to clipboard
get
Localized
Message
Link copied to clipboard
androidJvm
open
fun
getLocalizedMessage
(
)
:
String
Content copied to clipboard
get
Stack
Trace
Link copied to clipboard
androidJvm
open
fun
getStackTrace
(
)
:
Array
<
StackTraceElement
>
Content copied to clipboard
get
Suppressed
Link copied to clipboard
androidJvm
fun
getSuppressed
(
)
:
Array
<
Throwable
>
Content copied to clipboard
init
Cause
Link copied to clipboard
androidJvm
open
fun
initCause
(
p0
:
Throwable
)
:
Throwable
Content copied to clipboard
print
Stack
Trace
Link copied to clipboard
androidJvm
open
fun
printStackTrace
(
)
Content copied to clipboard
open
fun
printStackTrace
(
p0
:
PrintStream
)
Content copied to clipboard
open
fun
printStackTrace
(
p0
:
PrintWriter
)
Content copied to clipboard
set
Stack
Trace
Link copied to clipboard
androidJvm
open
fun
setStackTrace
(
p0
:
Array
<
StackTraceElement
>
)
Content copied to clipboard
Properties
cause
Link copied to clipboard
androidJvm
open
val
cause
:
Throwable
?
Content copied to clipboard
message
Link copied to clipboard
androidJvm
open
val
message
:
String
?
Content copied to clipboard