Tree Data Structure
Toggle table of contents
4.2.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Tree Data Structure
Tree Data Structure
/
com.github.adriankuta.datastructure.tree.exceptions
/
TreeNodeException
Tree
Node
Exception
class
TreeNodeException
@
JvmOverloads
constructor
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
:
RuntimeException
(
source
)
Members
Constructors
Tree
Node
Exception
Link copied to clipboard
@
JvmOverloads
constructor
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?