MoveTreeException constructor

MoveTreeException(
  1. String reason
)

Thrown when the moveTree function encouters an error.

Implementation

MoveTreeException(String reason) : super(reason);