shade
latest
common
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.
Constructors
Properties
Constructors
Unexpected
State
Exception
Link copied to clipboard
fun
UnexpectedStateException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?