public abstract class ExceptionCodeException extends LocalizedException implements cn.featherfly.common.exception.ExceptionCodeSupport<cn.featherfly.common.exception.ExceptionCode>
charsetlogger| 限定符 | 构造器和说明 |
|---|---|
protected |
ExceptionCodeException(cn.featherfly.common.exception.ExceptionCode exceptionCode)
构造方法.
|
protected |
ExceptionCodeException(cn.featherfly.common.exception.ExceptionCode exceptionCode,
java.util.Locale locale)
构造方法.
|
protected |
ExceptionCodeException(cn.featherfly.common.exception.ExceptionCode exceptionCode,
java.util.Locale locale,
java.lang.Throwable ex)
构造方法.
|
protected |
ExceptionCodeException(cn.featherfly.common.exception.ExceptionCode exceptionCode,
java.lang.Object[] args)
构造方法.
|
protected |
ExceptionCodeException(cn.featherfly.common.exception.ExceptionCode exceptionCode,
java.lang.Object[] args,
java.util.Locale locale)
构造方法.
|
protected |
ExceptionCodeException(cn.featherfly.common.exception.ExceptionCode exceptionCode,
java.lang.Object[] args,
java.util.Locale locale,
java.lang.Throwable ex)
构造方法.
|
protected |
ExceptionCodeException(cn.featherfly.common.exception.ExceptionCode exceptionCode,
java.lang.Object[] args,
java.lang.Throwable ex)
构造方法.
|
protected |
ExceptionCodeException(cn.featherfly.common.exception.ExceptionCode exceptionCode,
java.lang.Throwable ex)
构造方法.
|
protected |
ExceptionCodeException(LocalizedMessage message)
Instantiates a new exception code exception.
|
protected |
ExceptionCodeException(LocalizedMessage message,
java.util.Locale locale)
Instantiates a new exception code exception.
|
protected |
ExceptionCodeException(LocalizedMessage message,
java.util.Locale locale,
java.lang.Throwable ex)
Instantiates a new exception code exception.
|
protected |
ExceptionCodeException(LocalizedMessage message,
java.lang.Object[] args)
Instantiates a new exception code exception.
|
protected |
ExceptionCodeException(LocalizedMessage message,
java.lang.Object[] args,
java.util.Locale locale)
Instantiates a new exception code exception.
|
protected |
ExceptionCodeException(LocalizedMessage message,
java.lang.Object[] args,
java.util.Locale locale,
java.lang.Throwable ex)
Instantiates a new exception code exception.
|
protected |
ExceptionCodeException(LocalizedMessage message,
java.lang.Object[] args,
java.lang.Throwable ex)
Instantiates a new exception code exception.
|
protected |
ExceptionCodeException(LocalizedMessage message,
java.lang.Throwable ex)
Instantiates a new exception code exception.
|
protected |
ExceptionCodeException(java.lang.String message)
Instantiates a new exception code exception.
|
protected |
ExceptionCodeException(java.lang.String message,
java.util.Locale locale)
Instantiates a new exception code exception.
|
protected |
ExceptionCodeException(java.lang.String message,
java.util.Locale locale,
java.lang.Throwable ex)
Instantiates a new exception code exception.
|
protected |
ExceptionCodeException(java.lang.String message,
java.lang.Object[] args)
Instantiates a new exception code exception.
|
protected |
ExceptionCodeException(java.lang.String message,
java.lang.Object[] args,
java.util.Locale locale)
Instantiates a new exception code exception.
|
protected |
ExceptionCodeException(java.lang.String message,
java.lang.Object[] args,
java.util.Locale locale,
java.lang.Throwable ex)
Instantiates a new exception code exception.
|
protected |
ExceptionCodeException(java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable ex)
Instantiates a new exception code exception.
|
protected |
ExceptionCodeException(java.lang.String message,
java.lang.Throwable ex)
Instantiates a new exception code exception.
|
protected |
ExceptionCodeException(java.lang.Throwable ex)
Instantiates a new exception code exception.
|
| 限定符和类型 | 方法和说明 |
|---|---|
cn.featherfly.common.exception.ExceptionCode |
getExceptionCode()
返回exceptionCode.
|
getCharset, getLocalizedMessage, getMessage, setCharsetprotected ExceptionCodeException(cn.featherfly.common.exception.ExceptionCode exceptionCode)
exceptionCode - 错误码protected ExceptionCodeException(cn.featherfly.common.exception.ExceptionCode exceptionCode,
java.lang.Throwable ex)
exceptionCode - 错误码ex - 异常protected ExceptionCodeException(cn.featherfly.common.exception.ExceptionCode exceptionCode,
java.lang.Object[] args)
exceptionCode - 错误码args - 消息文本绑定参数protected ExceptionCodeException(cn.featherfly.common.exception.ExceptionCode exceptionCode,
java.lang.Object[] args,
java.lang.Throwable ex)
exceptionCode - 错误码args - 消息文本绑定参数ex - Throwableprotected ExceptionCodeException(cn.featherfly.common.exception.ExceptionCode exceptionCode,
java.util.Locale locale)
exceptionCode - 错误码locale - localeprotected ExceptionCodeException(cn.featherfly.common.exception.ExceptionCode exceptionCode,
java.util.Locale locale,
java.lang.Throwable ex)
exceptionCode - 错误码locale - localeex - Throwableprotected ExceptionCodeException(cn.featherfly.common.exception.ExceptionCode exceptionCode,
java.lang.Object[] args,
java.util.Locale locale)
exceptionCode - 错误码args - 消息文本绑定参数locale - localeprotected ExceptionCodeException(cn.featherfly.common.exception.ExceptionCode exceptionCode,
java.lang.Object[] args,
java.util.Locale locale,
java.lang.Throwable ex)
exceptionCode - 错误码args - 消息文本绑定参数locale - localeex - 异常protected ExceptionCodeException(LocalizedMessage message, java.util.Locale locale, java.lang.Throwable ex)
message - the messagelocale - the localeex - the exprotected ExceptionCodeException(LocalizedMessage message, java.util.Locale locale)
message - the messagelocale - the localeprotected ExceptionCodeException(LocalizedMessage message, java.lang.Object[] args, java.util.Locale locale, java.lang.Throwable ex)
message - the messageargs - the argslocale - the localeex - the exprotected ExceptionCodeException(LocalizedMessage message, java.lang.Object[] args, java.util.Locale locale)
message - the messageargs - the argslocale - the localeprotected ExceptionCodeException(LocalizedMessage message, java.lang.Object[] args, java.lang.Throwable ex)
message - the messageargs - the argsex - the exprotected ExceptionCodeException(LocalizedMessage message, java.lang.Object[] args)
message - the messageargs - the argsprotected ExceptionCodeException(LocalizedMessage message, java.lang.Throwable ex)
message - the messageex - the exprotected ExceptionCodeException(LocalizedMessage message)
message - the messageprotected ExceptionCodeException(java.lang.String message,
java.util.Locale locale,
java.lang.Throwable ex)
message - the messagelocale - the localeex - the exprotected ExceptionCodeException(java.lang.String message,
java.util.Locale locale)
message - the messagelocale - the localeprotected ExceptionCodeException(java.lang.String message,
java.lang.Object[] args,
java.util.Locale locale,
java.lang.Throwable ex)
message - the messageargs - the argslocale - the localeex - the exprotected ExceptionCodeException(java.lang.String message,
java.lang.Object[] args,
java.util.Locale locale)
message - the messageargs - the argslocale - the localeprotected ExceptionCodeException(java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable ex)
message - the messageargs - the argsex - the exprotected ExceptionCodeException(java.lang.String message,
java.lang.Object[] args)
message - the messageargs - the argsprotected ExceptionCodeException(java.lang.String message,
java.lang.Throwable ex)
message - the messageex - the exprotected ExceptionCodeException(java.lang.String message)
message - the messageprotected ExceptionCodeException(java.lang.Throwable ex)
ex - the ex