public abstract class LocalizedCodeException extends LocalizedException implements cn.featherfly.common.exception.ExceptionCodeSupport<cn.featherfly.common.exception.LocalizedExceptionCode>
支持国际化消息输出的异常
.charsetlogger| 限定符 | 构造器和说明 |
|---|---|
protected |
LocalizedCodeException(cn.featherfly.common.exception.LocalizedExceptionCode exceptionCode)
构造方法.
|
protected |
LocalizedCodeException(cn.featherfly.common.exception.LocalizedExceptionCode exceptionCode,
java.lang.Throwable ex)
构造方法.
|
protected |
LocalizedCodeException(LocalizedMessage message)
Instantiates a new localized code exception.
|
protected |
LocalizedCodeException(LocalizedMessage message,
java.util.Locale locale)
Instantiates a new localized code exception.
|
protected |
LocalizedCodeException(LocalizedMessage message,
java.util.Locale locale,
java.lang.Throwable ex)
Instantiates a new localized code exception.
|
protected |
LocalizedCodeException(LocalizedMessage message,
java.lang.Object[] args)
Instantiates a new localized code exception.
|
protected |
LocalizedCodeException(LocalizedMessage message,
java.lang.Object[] args,
java.util.Locale locale)
Instantiates a new localized code exception.
|
protected |
LocalizedCodeException(LocalizedMessage message,
java.lang.Object[] args,
java.util.Locale locale,
java.lang.Throwable ex)
Instantiates a new localized code exception.
|
protected |
LocalizedCodeException(LocalizedMessage message,
java.lang.Object[] args,
java.lang.Throwable ex)
Instantiates a new localized code exception.
|
protected |
LocalizedCodeException(LocalizedMessage message,
java.lang.Throwable ex)
Instantiates a new localized code exception.
|
protected |
LocalizedCodeException(java.lang.String message)
Instantiates a new localized code exception.
|
protected |
LocalizedCodeException(java.lang.String message,
java.util.Locale locale)
Instantiates a new localized code exception.
|
protected |
LocalizedCodeException(java.lang.String message,
java.util.Locale locale,
java.lang.Throwable ex)
Instantiates a new localized code exception.
|
protected |
LocalizedCodeException(java.lang.String message,
java.lang.Object[] args)
Instantiates a new localized code exception.
|
protected |
LocalizedCodeException(java.lang.String message,
java.lang.Object[] args,
java.util.Locale locale)
Instantiates a new localized code exception.
|
protected |
LocalizedCodeException(java.lang.String message,
java.lang.Object[] args,
java.util.Locale locale,
java.lang.Throwable ex)
Instantiates a new localized code exception.
|
protected |
LocalizedCodeException(java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable ex)
Instantiates a new localized code exception.
|
protected |
LocalizedCodeException(java.lang.String message,
java.lang.Throwable ex)
Instantiates a new localized code exception.
|
protected |
LocalizedCodeException(java.lang.Throwable ex)
Instantiates a new localized code exception.
|
| 限定符和类型 | 方法和说明 |
|---|---|
cn.featherfly.common.exception.LocalizedExceptionCode |
getExceptionCode()
返回exceptionCode.
|
getCharset, getLocalizedMessage, getMessage, setCharsetprotected LocalizedCodeException(cn.featherfly.common.exception.LocalizedExceptionCode exceptionCode)
exceptionCode - 错误码protected LocalizedCodeException(cn.featherfly.common.exception.LocalizedExceptionCode exceptionCode,
java.lang.Throwable ex)
exceptionCode - 错误码ex - 异常protected LocalizedCodeException(LocalizedMessage message, java.util.Locale locale, java.lang.Throwable ex)
message - the messagelocale - the localeex - the exprotected LocalizedCodeException(LocalizedMessage message, java.util.Locale locale)
message - the messagelocale - the localeprotected LocalizedCodeException(LocalizedMessage message, java.lang.Object[] args, java.util.Locale locale, java.lang.Throwable ex)
message - the messageargs - the argslocale - the localeex - the exprotected LocalizedCodeException(LocalizedMessage message, java.lang.Object[] args, java.util.Locale locale)
message - the messageargs - the argslocale - the localeprotected LocalizedCodeException(LocalizedMessage message, java.lang.Object[] args, java.lang.Throwable ex)
message - the messageargs - the argsex - the exprotected LocalizedCodeException(LocalizedMessage message, java.lang.Object[] args)
message - the messageargs - the argsprotected LocalizedCodeException(LocalizedMessage message, java.lang.Throwable ex)
message - the messageex - the exprotected LocalizedCodeException(LocalizedMessage message)
message - the messageprotected LocalizedCodeException(java.lang.String message,
java.util.Locale locale,
java.lang.Throwable ex)
message - the messagelocale - the localeex - the exprotected LocalizedCodeException(java.lang.String message,
java.util.Locale locale)
message - the messagelocale - the localeprotected LocalizedCodeException(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 LocalizedCodeException(java.lang.String message,
java.lang.Object[] args,
java.util.Locale locale)
message - the messageargs - the argslocale - the localeprotected LocalizedCodeException(java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable ex)
message - the messageargs - the argsex - the exprotected LocalizedCodeException(java.lang.String message,
java.lang.Object[] args)
message - the messageargs - the argsprotected LocalizedCodeException(java.lang.String message,
java.lang.Throwable ex)
message - the messageex - the exprotected LocalizedCodeException(java.lang.String message)
message - the messageprotected LocalizedCodeException(java.lang.Throwable ex)
ex - the ex