MismatchedInputCharsException constructor

MismatchedInputCharsException(
  1. String str
)

Implementation

MismatchedInputCharsException(String str) {
  this.str = str;
}