typed2
Toggle table of contents
2.0.0-alpha04-SNAPSHOT
release
Target filter
release
Switch theme
Search in API
Skip to content
typed2
navigation-compose
/
com.episode6.typed2.navigation.compose
/
MissingRequiredArgumentException
Missing
Required
Argument
Exception
class
MissingRequiredArgumentException
(
arg
:
KeyDescriptor
<
*
,
*
>
,
screen
:
NavScreen
)
:
IllegalArgumentException
Members
Constructors
Missing
Required
Argument
Exception
Link copied to clipboard
constructor
(
arg
:
KeyDescriptor
<
*
,
*
>
,
screen
:
NavScreen
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?