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.