toggle menu
kotlin-stdlib-project
0.1.0-SNAPSHOT
common
switch theme
search in API
kotlin-stdlib
/
com.javiersc.kotlin.stdlib.tree
/
TreeNodeException
Tree
Node
Exception
class
TreeNodeException
@
JvmOverloads
constructor
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
:
RuntimeException
Members
Constructors
Tree
Node
Exception
Link copied to clipboard
@
JvmOverloads
constructor
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?