ktx
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
ktx
ashley
/
ktx.ashley
/
CreateComponentException
Create
Component
Exception
class
CreateComponentException
(
type
:
KClass
<
*
>
,
cause
:
Throwable
?
=
null
)
:
RuntimeException
Thrown when unable to create a component of given type.
Members
Constructors
Create
Component
Exception
Link copied to clipboard
constructor
(
type
:
KClass
<
*
>
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?