getMessage method

String getMessage()

Gets an error message describing this error. The error message does not describe the location of the error.

@return the error message

Implementation

String getMessage() {
  return errMsg[errorType];
}