reset method

void reset()

Implementation

void reset() {
  _hasValidate = false;
  _exception = null;
}