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 message) static <T> voidTimiException.requiredNull(T t, String message, String msgKey) static voidTimiException.requiredTrue(boolean bool, String message) static voidTimiException.requiredTrue(boolean bool, String message, String msgKey) static voidTimiException.requiredTrue(CallbackReturn<Boolean> callback, String message) static voidTimiException.requiredTrue(CallbackReturn<Boolean> callback, String message, String msgKey)