Uses of Class
cn.longky.common.model.KException
Packages that use KException
-
Uses of KException in cn.longky.common.function
Methods in cn.longky.common.function that throw KException -
Uses of KException in cn.longky.common.model
Methods in cn.longky.common.model that return KExceptionModifier and TypeMethodDescriptionKRuntimeException.getCause()BizErrorCode.toException()BizErrorCode.toException(String message) BizErrorCode.toException(String fmt, Object... args) BizErrorCode.toException(Throwable t) static KExceptionKException.tryWrapUnknown(Throwable throwable) Methods in cn.longky.common.model that throw KExceptionModifier and TypeMethodDescriptionvoidBizErrorCode.assertTrue(boolean condition) voidBizErrorCode.assertTrue(boolean condition, String message) voidBizErrorCode.assertTrue(boolean condition, String fmt, Object... args) Constructors in cn.longky.common.model with parameters of type KException