TouchException constructor

TouchException(
  1. String reason
)

thrown when the touch function encounters an exception

Implementation

TouchException(super.reason);