Package com.feiniaojin.gracefulresponse
Class ExceptionAliasRegister
java.lang.Object
com.feiniaojin.gracefulresponse.ExceptionAliasRegister
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoRegisterExceptionAlias(Class<? extends Throwable> throwableClass) 注册getExceptionAliasFor(Class<? extends Throwable> tClazz) 获取
-
Constructor Details
-
ExceptionAliasRegister
public ExceptionAliasRegister()
-
-
Method Details
-
doRegisterExceptionAlias
注册- Parameters:
throwableClass-- Returns:
-
getExceptionAliasFor
获取- Parameters:
tClazz-- Returns:
-