public abstract class MappingException
extends cn.featherfly.common.exception.LocalizedException
MappingException
.| 构造器和说明 |
|---|
MappingException()
Instantiates a new mapping exception.
|
MappingException(cn.featherfly.common.locale.LocalizedMessage message)
Instantiates a new mapping exception.
|
MappingException(cn.featherfly.common.locale.LocalizedMessage message,
java.util.Locale locale)
Instantiates a new mapping exception.
|
MappingException(cn.featherfly.common.locale.LocalizedMessage message,
java.util.Locale locale,
java.lang.Throwable ex)
Instantiates a new mapping exception.
|
MappingException(cn.featherfly.common.locale.LocalizedMessage message,
java.lang.Object[] args)
Instantiates a new mapping exception.
|
MappingException(cn.featherfly.common.locale.LocalizedMessage message,
java.lang.Object[] args,
java.util.Locale locale)
Instantiates a new mapping exception.
|
MappingException(cn.featherfly.common.locale.LocalizedMessage message,
java.lang.Object[] args,
java.util.Locale locale,
java.lang.Throwable ex)
Instantiates a new mapping exception.
|
MappingException(cn.featherfly.common.locale.LocalizedMessage message,
java.lang.Object[] args,
java.lang.Throwable ex)
Instantiates a new mapping exception.
|
MappingException(cn.featherfly.common.locale.LocalizedMessage message,
java.lang.Throwable ex)
Instantiates a new mapping exception.
|
MappingException(java.lang.String message)
Instantiates a new mapping exception.
|
MappingException(java.lang.String message,
java.util.Locale locale)
Instantiates a new mapping exception.
|
MappingException(java.lang.String message,
java.util.Locale locale,
java.lang.Throwable ex)
Instantiates a new mapping exception.
|
MappingException(java.lang.String message,
java.lang.Object[] args)
Instantiates a new mapping exception.
|
MappingException(java.lang.String message,
java.lang.Object[] args,
java.util.Locale locale)
Instantiates a new mapping exception.
|
MappingException(java.lang.String message,
java.lang.Object[] args,
java.util.Locale locale,
java.lang.Throwable ex)
Instantiates a new mapping exception.
|
MappingException(java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable ex)
Instantiates a new mapping exception.
|
MappingException(java.lang.String message,
java.lang.Throwable ex)
Instantiates a new mapping exception.
|
MappingException(java.lang.Throwable ex)
Instantiates a new mapping exception.
|
getCharset, getLocalizedMessage, getMessage, setCharsetpublic MappingException(cn.featherfly.common.locale.LocalizedMessage message,
java.util.Locale locale,
java.lang.Throwable ex)
message - the messagelocale - the localeex - the expublic MappingException(cn.featherfly.common.locale.LocalizedMessage message,
java.util.Locale locale)
message - the messagelocale - the localepublic MappingException(cn.featherfly.common.locale.LocalizedMessage message,
java.lang.Object[] args,
java.util.Locale locale,
java.lang.Throwable ex)
message - the messageargs - the argslocale - the localeex - the expublic MappingException(cn.featherfly.common.locale.LocalizedMessage message,
java.lang.Object[] args,
java.util.Locale locale)
message - the messageargs - the argslocale - the localepublic MappingException(cn.featherfly.common.locale.LocalizedMessage message,
java.lang.Object[] args,
java.lang.Throwable ex)
message - the messageargs - the argsex - the expublic MappingException(cn.featherfly.common.locale.LocalizedMessage message,
java.lang.Object[] args)
message - the messageargs - the argspublic MappingException(cn.featherfly.common.locale.LocalizedMessage message,
java.lang.Throwable ex)
message - the messageex - the expublic MappingException(cn.featherfly.common.locale.LocalizedMessage message)
message - the messagepublic MappingException()
public MappingException(java.lang.String message,
java.util.Locale locale,
java.lang.Throwable ex)
message - the messagelocale - the localeex - the expublic MappingException(java.lang.String message,
java.util.Locale locale)
message - the messagelocale - the localepublic MappingException(java.lang.String message,
java.lang.Object[] args,
java.util.Locale locale,
java.lang.Throwable ex)
message - the messageargs - the argslocale - the localeex - the expublic MappingException(java.lang.String message,
java.lang.Object[] args,
java.util.Locale locale)
message - the messageargs - the argslocale - the localepublic MappingException(java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable ex)
message - the messageargs - the argsex - the expublic MappingException(java.lang.String message,
java.lang.Object[] args)
message - the messageargs - the argspublic MappingException(java.lang.String message,
java.lang.Throwable ex)
message - the messageex - the expublic MappingException(java.lang.String message)
message - the messagepublic MappingException(java.lang.Throwable ex)
ex - the ex