handleError abstract method

void handleError(
  1. Exception ex
)

统一异常处理

Implementation

void handleError(Exception ex);