toggle menu
Kaluga
1.3.0-SNAPSHOT
common
switch theme
search in API
architecture
/
com.splendo.kaluga.architecture.navigation
/
NavigationException
Navigation
Exception
open
class
NavigationException
(
message
:
String
?
)
:
RuntimeException
Exception thrown by a
Navigator
Parameters
message
The message of this exception.
Inheritors
MissingLifecycleManagerNavigationException
MissingActivityNavigationException
Members
Constructors
Navigation
Exception
Link copied to clipboard
constructor
(
message
:
String
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?