DetachedNodeException

class DetachedNodeException(message: String = "The node is already detached, so the operation is undefined in that case.") : IllegalStateException(source)

Represents exception that is thrown when user tries to change detached node's properties.

Constructors

Link copied to clipboard
constructor(message: String = "The node is already detached, so the operation is undefined in that case.")

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?