toggle menu
modelix.core
8.16.0
common
switch theme
search in API
model-api-gen-runtime
/
org.modelix.metamodel
/
ChildNotSetException
Child
Not
Set
Exception
class
ChildNotSetException
(
val
node
:
INode
,
val
link
:
ITypedMandatorySingleChildLink
<
*
>
)
:
Exception
Members
Constructors
Child
Not
Set
Exception
Link copied to clipboard
constructor
(
node
:
INode
,
link
:
ITypedMandatorySingleChildLink
<
*
>
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
link
Link copied to clipboard
val
link
:
ITypedMandatorySingleChildLink
<
*
>
message
Link copied to clipboard
open
val
message
:
String
?
node
Link copied to clipboard
val
node
:
INode