ParseCancellationException constructor

ParseCancellationException(
  1. String message
)

Implementation

ParseCancellationException(String message) : super(message);