弹框提示:nc.ui.pub.beans.MessageDialog
用于显示状态栏提示信息:nc.ui.uif2.ShowStatusBarMsgUtil
nc.ui.uif2.DefaultExceptionHanler exceptionHanler = new nc.ui.uif2.DefaultExceptionHanler();
exceptionHanler.setContext(ctx);
// 重置错误类型
exceptionHanler.setErrormsg(statusBarErrMsg);
if (msg == null) {msg = NCLangRes.getInstance().getStrByID("uif2", "DefaultExceptionHanler-000001")/*未知的错误*/;
}
exceptionHanler.handlerExeption(new BusinessException(msg));
输出异常且不再抛出:nc.vo.fipub.exception.ExceptionHandler.consume(e);
nc.bs.logging.Logger.error(e.getMessage(), e);
throw new nc.vo.pub.BusinessException.BusinessException(strMsg.toString());