public class TplException extends HammerException
TplException
.| 构造器和说明 |
|---|
TplException()
Instantiates a new tpl exception.
|
TplException(java.lang.String message)
Instantiates a new tpl exception.
|
TplException(java.lang.String message,
java.util.Locale locale)
Instantiates a new tpl exception.
|
TplException(java.lang.String message,
java.util.Locale locale,
java.lang.Throwable ex)
Instantiates a new tpl exception.
|
TplException(java.lang.String message,
java.lang.Object[] args)
Instantiates a new tpl exception.
|
TplException(java.lang.String message,
java.lang.Object[] args,
java.util.Locale locale)
Instantiates a new tpl exception.
|
TplException(java.lang.String message,
java.lang.Object[] args,
java.util.Locale locale,
java.lang.Throwable ex)
Instantiates a new tpl exception.
|
TplException(java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable ex)
Instantiates a new tpl exception.
|
TplException(java.lang.String message,
java.lang.Throwable ex)
Instantiates a new tpl exception.
|
TplException(java.lang.Throwable ex)
Instantiates a new tpl exception.
|
getCharset, getLocalizedMessage, setCharsetpublic TplException()
public TplException(java.lang.String message,
java.util.Locale locale,
java.lang.Throwable ex)
message - the messagelocale - the localeex - the expublic TplException(java.lang.String message,
java.util.Locale locale)
message - the messagelocale - the localepublic TplException(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 TplException(java.lang.String message,
java.lang.Object[] args,
java.util.Locale locale)
message - the messageargs - the argslocale - the localepublic TplException(java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable ex)
message - the messageargs - the argsex - the expublic TplException(java.lang.String message,
java.lang.Object[] args)
message - the messageargs - the argspublic TplException(java.lang.String message,
java.lang.Throwable ex)
message - the messageex - the expublic TplException(java.lang.String message)
message - the messagepublic TplException(java.lang.Throwable ex)
ex - the ex