public class NotImplementedException extends LocalizedException
charsetlogger| Constructor and Description |
|---|
NotImplementedException()
Instantiates a new inits the exception.
|
NotImplementedException(LocalizedMessage message)
Instantiates a new unsupported exception.
|
NotImplementedException(LocalizedMessage message,
java.util.Locale locale)
Instantiates a new unsupported exception.
|
NotImplementedException(LocalizedMessage message,
java.util.Locale locale,
java.lang.Throwable ex)
Instantiates a new unsupported exception.
|
NotImplementedException(LocalizedMessage message,
java.lang.Object[] args)
Instantiates a new unsupported exception.
|
NotImplementedException(LocalizedMessage message,
java.lang.Object[] args,
java.util.Locale locale)
Instantiates a new unsupported exception.
|
NotImplementedException(LocalizedMessage message,
java.lang.Object[] args,
java.util.Locale locale,
java.lang.Throwable ex)
Instantiates a new unsupported exception.
|
NotImplementedException(LocalizedMessage message,
java.lang.Object[] args,
java.lang.Throwable ex)
Instantiates a new unsupported exception.
|
NotImplementedException(LocalizedMessage message,
java.lang.Throwable ex)
Instantiates a new unsupported exception.
|
NotImplementedException(java.lang.String message)
Instantiates a new inits the exception.
|
NotImplementedException(java.lang.String message,
java.util.Locale locale)
Instantiates a new inits the exception.
|
NotImplementedException(java.lang.String message,
java.util.Locale locale,
java.lang.Throwable ex)
Instantiates a new inits the exception.
|
NotImplementedException(java.lang.String message,
java.lang.Object[] args)
Instantiates a new inits the exception.
|
NotImplementedException(java.lang.String message,
java.lang.Object[] args,
java.util.Locale locale)
Instantiates a new inits the exception.
|
NotImplementedException(java.lang.String message,
java.lang.Object[] args,
java.util.Locale locale,
java.lang.Throwable ex)
Instantiates a new inits the exception.
|
NotImplementedException(java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable ex)
Instantiates a new inits the exception.
|
NotImplementedException(java.lang.String message,
java.lang.Throwable ex)
Instantiates a new inits the exception.
|
NotImplementedException(java.lang.Throwable ex)
Instantiates a new inits the exception.
|
getCharset, getLocalizedMessage, getMessage, setCharsetpublic NotImplementedException()
public NotImplementedException(java.lang.String message,
java.util.Locale locale,
java.lang.Throwable ex)
message - the messagelocale - the localeex - the expublic NotImplementedException(java.lang.String message,
java.util.Locale locale)
message - messagelocale - localepublic NotImplementedException(java.lang.String message,
java.lang.Object[] args,
java.util.Locale locale,
java.lang.Throwable ex)
message - messageargs - argslocale - localeex - expublic NotImplementedException(java.lang.String message,
java.lang.Object[] args,
java.util.Locale locale)
message - the messageargs - the argslocale - the localepublic NotImplementedException(java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable ex)
message - the messageargs - the argsex - the expublic NotImplementedException(java.lang.String message,
java.lang.Object[] args)
message - the messageargs - the argspublic NotImplementedException(java.lang.String message,
java.lang.Throwable ex)
message - the messageex - the expublic NotImplementedException(java.lang.String message)
message - the messagepublic NotImplementedException(java.lang.Throwable ex)
ex - the expublic NotImplementedException(LocalizedMessage message, java.util.Locale locale, java.lang.Throwable ex)
message - the messagelocale - the localeex - the expublic NotImplementedException(LocalizedMessage message, java.util.Locale locale)
message - the messagelocale - the localepublic NotImplementedException(LocalizedMessage message, java.lang.Object[] args, java.util.Locale locale, java.lang.Throwable ex)
message - the messageargs - the argslocale - the localeex - the expublic NotImplementedException(LocalizedMessage message, java.lang.Object[] args, java.util.Locale locale)
message - the messageargs - the argslocale - the localepublic NotImplementedException(LocalizedMessage message, java.lang.Object[] args, java.lang.Throwable ex)
message - the messageargs - the argsex - the expublic NotImplementedException(LocalizedMessage message, java.lang.Object[] args)
message - the messageargs - the argspublic NotImplementedException(LocalizedMessage message, java.lang.Throwable ex)
message - the messageex - the expublic NotImplementedException(LocalizedMessage message)
message - the message