Uses of Class
com.imyeyu.java.bean.timi.TimiException
Packages that use TimiException
-
Uses of TimiException in com.imyeyu.java.bean.timi
Methods in com.imyeyu.java.bean.timi that return TimiExceptionModifier and TypeMethodDescriptionTimiCode.toException()转为通用异常TimiCode.toException(String msg) 转为通用异常TimiResponse.toException()转为通用异常Methods in com.imyeyu.java.bean.timi that throw TimiExceptionModifier and TypeMethodDescriptionstatic <T> voidTimiException.requiredNull(T t, String messageCode) static <T> voidTimiException.requiredNull(T t, String messageCode, Map<String, Object> messageArgs) static voidTimiException.requiredTrue(boolean bool, String messageCode) static voidTimiException.requiredTrue(boolean bool, String messageCode, Map<String, Object> messageArgs) static voidTimiException.requiredTrue(CallbackReturn<Boolean> callback, String messageCode) static voidTimiException.requiredTrue(CallbackReturn<Boolean> callback, String messageCode, Map<String, Object> messageArgs)