E G K L M S T 
All Classes All Packages

E

ExceptionExtraDataHolder - Interface in me.danwi.kato.common.exception
异常在引发方和调用方之间可以附带更为丰富的表达信息 类似json的序列化/反序列化 在实现时不要处理异常的message,message已经通过其他的途径表示
ExceptionIdentify - Annotation Type in me.danwi.kato.common.exception
代表该异常在调用的传输过程中可以被唯一定位 默认使用类全限定名,机制类似java中的序列化ID
ExceptionResult - Class in me.danwi.kato.common
kato调用异常结果表达
ExceptionResult() - Constructor for class me.danwi.kato.common.ExceptionResult
 

G

getData() - Method in class me.danwi.kato.common.ExceptionResult
 
getId() - Method in class me.danwi.kato.common.ExceptionResult
 
getMessage() - Method in class me.danwi.kato.common.ExceptionResult
 

K

KatoAccessDeniedException - Exception in me.danwi.kato.common.exception
权限不足
KatoAccessDeniedException() - Constructor for exception me.danwi.kato.common.exception.KatoAccessDeniedException
 
KatoAccessDeniedException(String) - Constructor for exception me.danwi.kato.common.exception.KatoAccessDeniedException
 
KatoAccessDeniedException(String, Throwable) - Constructor for exception me.danwi.kato.common.exception.KatoAccessDeniedException
 
KatoAccessDeniedException(Throwable) - Constructor for exception me.danwi.kato.common.exception.KatoAccessDeniedException
 
KatoAuthenticationException - Exception in me.danwi.kato.common.exception
认证异常
KatoAuthenticationException() - Constructor for exception me.danwi.kato.common.exception.KatoAuthenticationException
 
KatoAuthenticationException(String) - Constructor for exception me.danwi.kato.common.exception.KatoAuthenticationException
 
KatoAuthenticationException(String, Throwable) - Constructor for exception me.danwi.kato.common.exception.KatoAuthenticationException
 
KatoAuthenticationException(Throwable) - Constructor for exception me.danwi.kato.common.exception.KatoAuthenticationException
 
KatoCommonException - Exception in me.danwi.kato.common.exception
通用异常,语意化异常 该异常信息可以直接被界面/日志显示
KatoCommonException(String) - Constructor for exception me.danwi.kato.common.exception.KatoCommonException
 
KatoCommonException(String, String) - Constructor for exception me.danwi.kato.common.exception.KatoCommonException
 
KatoCommonException(String, Throwable) - Constructor for exception me.danwi.kato.common.exception.KatoCommonException
 
KatoCommonException(Throwable) - Constructor for exception me.danwi.kato.common.exception.KatoCommonException
 
KatoException - Exception in me.danwi.kato.common.exception
Kato异常
KatoException(String) - Constructor for exception me.danwi.kato.common.exception.KatoException
 
KatoException(String, Throwable) - Constructor for exception me.danwi.kato.common.exception.KatoException
 
KatoException(Throwable) - Constructor for exception me.danwi.kato.common.exception.KatoException
 
KatoUndeclaredException - Exception in me.danwi.kato.common.exception
未被业务代码处理的异常,通常出现这种异常需要引起开发人员的注意
KatoUndeclaredException(Throwable) - Constructor for exception me.danwi.kato.common.exception.KatoUndeclaredException
 

L

loadFromMap(Map<String, Object>) - Method in interface me.danwi.kato.common.exception.ExceptionExtraDataHolder
 

M

me.danwi.kato.common - package me.danwi.kato.common
 
me.danwi.kato.common.exception - package me.danwi.kato.common.exception
 

S

setData(Map<String, Object>) - Method in class me.danwi.kato.common.ExceptionResult
 
setId(String) - Method in class me.danwi.kato.common.ExceptionResult
 
setMessage(String) - Method in class me.danwi.kato.common.ExceptionResult
 

T

toMap() - Method in interface me.danwi.kato.common.exception.ExceptionExtraDataHolder
 
E G K L M S T 
All Classes All Packages