setException method

void setException(
  1. BaseException exception
)

Implementation

void setException(BaseException exception) {
  this.exception = exception;
}