TouchException constructor

TouchException(
  1. String reason
)

thrown when the touch function encounters an exception

Implementation

TouchException(String reason) : super(reason);