FindException constructor

FindException(
  1. String reason
)

Thrown when the move function encouters an error.

Implementation

FindException(super.reason);