类的使用
cn.meteor.common.exception.ServiceException
-
使用ServiceException的程序包 程序包 说明 cn.meteor.common.exception cn.meteor.common.model -
-
cn.meteor.common.exception中ServiceException的使用
返回ServiceException的cn.meteor.common.exception中的方法 修饰符和类型 方法 说明 ServiceExceptionServiceException. get()static ServiceExceptionServiceException. log(org.slf4j.Logger log, String message, Exception e)仅包含message, 没有cause, 也不记录栈异常, 性能最高 -
cn.meteor.common.model中ServiceException的使用
参数类型为ServiceException的cn.meteor.common.model中的方法 修饰符和类型 方法 说明 static <T> R<T>R. failure(ServiceException e)
-