Shade
Toggle table of contents
latest
common
Target filter
common
Switch theme
Search in API
Skip to content
Shade
structures
/
inkapplications.shade.structures
/
UnexpectedStateException
Unexpected
State
Exception
class
UnexpectedStateException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
InternalErrorException
Exception thrown if an unexpected internal SDK state was reached.
Members
Constructors
Unexpected
State
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?