类分层结构
- java.lang.Object
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Error
- io.github.kylinhunter.commons.exception.common.KError (implements io.github.kylinhunter.commons.exception.common.KThrowable)
- java.lang.Exception
- io.github.kylinhunter.commons.exception.common.KException (implements io.github.kylinhunter.commons.exception.common.KThrowable)
- java.lang.RuntimeException
- io.github.kylinhunter.commons.exception.common.KRuntimeException (implements io.github.kylinhunter.commons.exception.common.KThrowable)
接口分层结构
- io.github.kylinhunter.commons.exception.common.KThrowable