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