@Generated(value="org.jboss.logging.processor.model.MessageLoggerImplementor", date="2012-11-28T18:09:08+0100") public class Log_$logger extends Object implements Serializable, Log, BasicLogger
Constructor and Description |
---|
Log_$logger(Logger log) |
protected final Logger log
public Log_$logger(Logger log)
public final boolean isTraceEnabled()
BasicLogger
TRACE
level is enabled for this logger.isTraceEnabled
in interface BasicLogger
true
if messages logged at Logger.Level.TRACE
may be accepted, false
otherwisepublic final void trace(Object message)
BasicLogger
trace
in interface BasicLogger
message
- the messagepublic final void trace(Object message, Throwable t)
BasicLogger
trace
in interface BasicLogger
message
- the messaget
- the throwablepublic final void trace(String loggerFqcn, Object message, Throwable t)
BasicLogger
trace
in interface BasicLogger
loggerFqcn
- the logger class namemessage
- the messaget
- the throwablepublic final void trace(String loggerFqcn, Object message, Object[] params, Throwable t)
BasicLogger
trace
in interface BasicLogger
loggerFqcn
- the logger class namemessage
- the messageparams
- the message parameterst
- the throwablepublic final void tracev(String format, Object... params)
BasicLogger
MessageFormat
-style formatting.tracev
in interface BasicLogger
format
- the message format stringparams
- the parameterspublic final void tracev(String format, Object param1)
BasicLogger
MessageFormat
-style formatting.tracev
in interface BasicLogger
format
- the message format stringparam1
- the sole parameterpublic final void tracev(String format, Object param1, Object param2)
BasicLogger
MessageFormat
-style formatting.tracev
in interface BasicLogger
format
- the message format stringparam1
- the first parameterparam2
- the second parameterpublic final void tracev(String format, Object param1, Object param2, Object param3)
BasicLogger
MessageFormat
-style formatting.tracev
in interface BasicLogger
format
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parameterpublic final void tracev(Throwable t, String format, Object... params)
BasicLogger
MessageFormat
-style formatting.tracev
in interface BasicLogger
t
- the throwableformat
- the message format stringparams
- the parameterspublic final void tracev(Throwable t, String format, Object param1)
BasicLogger
MessageFormat
-style formatting.tracev
in interface BasicLogger
t
- the throwableformat
- the message format stringparam1
- the sole parameterpublic final void tracev(Throwable t, String format, Object param1, Object param2)
BasicLogger
MessageFormat
-style formatting.tracev
in interface BasicLogger
t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameterpublic final void tracev(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLogger
MessageFormat
-style formatting.tracev
in interface BasicLogger
t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parameterpublic final void tracef(String format, Object... params)
BasicLogger
tracef
in interface BasicLogger
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparams
- the parameterspublic final void tracef(String format, Object param1)
BasicLogger
tracef
in interface BasicLogger
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the sole parameterpublic final void tracef(String format, Object param1, Object param2)
BasicLogger
tracef
in interface BasicLogger
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parameterpublic final void tracef(String format, Object param1, Object param2, Object param3)
BasicLogger
tracef
in interface BasicLogger
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parameterparam3
- the third parameterpublic final void tracef(Throwable t, String format, Object... params)
BasicLogger
tracef
in interface BasicLogger
t
- the throwableformat
- the format string, as per String.format(String, Object...)
params
- the parameterspublic final void tracef(Throwable t, String format, Object param1)
BasicLogger
tracef
in interface BasicLogger
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the sole parameterpublic final void tracef(Throwable t, String format, Object param1, Object param2)
BasicLogger
tracef
in interface BasicLogger
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the first parameterparam2
- the second parameterpublic final void tracef(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLogger
tracef
in interface BasicLogger
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the first parameterparam2
- the second parameterparam3
- the third parameterpublic final boolean isDebugEnabled()
BasicLogger
DEBUG
level is enabled for this logger.isDebugEnabled
in interface BasicLogger
true
if messages logged at Logger.Level.DEBUG
may be accepted, false
otherwisepublic final void debug(Object message)
BasicLogger
debug
in interface BasicLogger
message
- the messagepublic final void debug(Object message, Throwable t)
BasicLogger
debug
in interface BasicLogger
message
- the messaget
- the throwablepublic final void debug(String loggerFqcn, Object message, Throwable t)
BasicLogger
debug
in interface BasicLogger
loggerFqcn
- the logger class namemessage
- the messaget
- the throwablepublic final void debug(String loggerFqcn, Object message, Object[] params, Throwable t)
BasicLogger
debug
in interface BasicLogger
loggerFqcn
- the logger class namemessage
- the messageparams
- the message parameterst
- the throwablepublic final void debugv(String format, Object... params)
BasicLogger
MessageFormat
-style formatting.debugv
in interface BasicLogger
format
- the message format stringparams
- the parameterspublic final void debugv(String format, Object param1)
BasicLogger
MessageFormat
-style formatting.debugv
in interface BasicLogger
format
- the message format stringparam1
- the sole parameterpublic final void debugv(String format, Object param1, Object param2)
BasicLogger
MessageFormat
-style formatting.debugv
in interface BasicLogger
format
- the message format stringparam1
- the first parameterparam2
- the second parameterpublic final void debugv(String format, Object param1, Object param2, Object param3)
BasicLogger
MessageFormat
-style formatting.debugv
in interface BasicLogger
format
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parameterpublic final void debugv(Throwable t, String format, Object... params)
BasicLogger
MessageFormat
-style formatting.debugv
in interface BasicLogger
t
- the throwableformat
- the message format stringparams
- the parameterspublic final void debugv(Throwable t, String format, Object param1)
BasicLogger
MessageFormat
-style formatting.debugv
in interface BasicLogger
t
- the throwableformat
- the message format stringparam1
- the sole parameterpublic final void debugv(Throwable t, String format, Object param1, Object param2)
BasicLogger
MessageFormat
-style formatting.debugv
in interface BasicLogger
t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameterpublic final void debugv(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLogger
MessageFormat
-style formatting.debugv
in interface BasicLogger
t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parameterpublic final void debugf(String format, Object... params)
BasicLogger
debugf
in interface BasicLogger
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparams
- the parameterspublic final void debugf(String format, Object param1)
BasicLogger
debugf
in interface BasicLogger
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the sole parameterpublic final void debugf(String format, Object param1, Object param2)
BasicLogger
debugf
in interface BasicLogger
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parameterpublic final void debugf(String format, Object param1, Object param2, Object param3)
BasicLogger
debugf
in interface BasicLogger
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parameterparam3
- the third parameterpublic final void debugf(Throwable t, String format, Object... params)
BasicLogger
debugf
in interface BasicLogger
t
- the throwableformat
- the format string, as per String.format(String, Object...)
params
- the parameterspublic final void debugf(Throwable t, String format, Object param1)
BasicLogger
debugf
in interface BasicLogger
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the sole parameterpublic final void debugf(Throwable t, String format, Object param1, Object param2)
BasicLogger
debugf
in interface BasicLogger
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the first parameterparam2
- the second parameterpublic final void debugf(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLogger
debugf
in interface BasicLogger
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the first parameterparam2
- the second parameterparam3
- the third parameterpublic final boolean isInfoEnabled()
BasicLogger
INFO
level is enabled for this logger.isInfoEnabled
in interface BasicLogger
true
if messages logged at Logger.Level.INFO
may be accepted, false
otherwisepublic final void info(Object message)
BasicLogger
info
in interface BasicLogger
message
- the messagepublic final void info(Object message, Throwable t)
BasicLogger
info
in interface BasicLogger
message
- the messaget
- the throwablepublic final void info(String loggerFqcn, Object message, Throwable t)
BasicLogger
info
in interface BasicLogger
loggerFqcn
- the logger class namemessage
- the messaget
- the throwablepublic final void info(String loggerFqcn, Object message, Object[] params, Throwable t)
BasicLogger
info
in interface BasicLogger
loggerFqcn
- the logger class namemessage
- the messageparams
- the message parameterst
- the throwablepublic final void infov(String format, Object... params)
BasicLogger
MessageFormat
-style formatting.infov
in interface BasicLogger
format
- the message format stringparams
- the parameterspublic final void infov(String format, Object param1)
BasicLogger
MessageFormat
-style formatting.infov
in interface BasicLogger
format
- the message format stringparam1
- the sole parameterpublic final void infov(String format, Object param1, Object param2)
BasicLogger
MessageFormat
-style formatting.infov
in interface BasicLogger
format
- the message format stringparam1
- the first parameterparam2
- the second parameterpublic final void infov(String format, Object param1, Object param2, Object param3)
BasicLogger
MessageFormat
-style formatting.infov
in interface BasicLogger
format
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parameterpublic final void infov(Throwable t, String format, Object... params)
BasicLogger
MessageFormat
-style formatting.infov
in interface BasicLogger
t
- the throwableformat
- the message format stringparams
- the parameterspublic final void infov(Throwable t, String format, Object param1)
BasicLogger
MessageFormat
-style formatting.infov
in interface BasicLogger
t
- the throwableformat
- the message format stringparam1
- the sole parameterpublic final void infov(Throwable t, String format, Object param1, Object param2)
BasicLogger
MessageFormat
-style formatting.infov
in interface BasicLogger
t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameterpublic final void infov(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLogger
MessageFormat
-style formatting.infov
in interface BasicLogger
t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parameterpublic final void infof(String format, Object... params)
BasicLogger
infof
in interface BasicLogger
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparams
- the parameterspublic final void infof(String format, Object param1)
BasicLogger
infof
in interface BasicLogger
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the sole parameterpublic final void infof(String format, Object param1, Object param2)
BasicLogger
infof
in interface BasicLogger
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parameterpublic final void infof(String format, Object param1, Object param2, Object param3)
BasicLogger
infof
in interface BasicLogger
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parameterparam3
- the third parameterpublic final void infof(Throwable t, String format, Object... params)
BasicLogger
infof
in interface BasicLogger
t
- the throwableformat
- the format string, as per String.format(String, Object...)
params
- the parameterspublic final void infof(Throwable t, String format, Object param1)
BasicLogger
infof
in interface BasicLogger
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the sole parameterpublic final void infof(Throwable t, String format, Object param1, Object param2)
BasicLogger
infof
in interface BasicLogger
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the first parameterparam2
- the second parameterpublic final void infof(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLogger
infof
in interface BasicLogger
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the first parameterparam2
- the second parameterparam3
- the third parameterpublic final void warn(Object message)
BasicLogger
warn
in interface BasicLogger
message
- the messagepublic final void warn(Object message, Throwable t)
BasicLogger
warn
in interface BasicLogger
message
- the messaget
- the throwablepublic final void warn(String loggerFqcn, Object message, Throwable t)
BasicLogger
warn
in interface BasicLogger
loggerFqcn
- the logger class namemessage
- the messaget
- the throwablepublic final void warn(String loggerFqcn, Object message, Object[] params, Throwable t)
BasicLogger
warn
in interface BasicLogger
loggerFqcn
- the logger class namemessage
- the messageparams
- the message parameterst
- the throwablepublic final void warnv(String format, Object... params)
BasicLogger
MessageFormat
-style formatting.warnv
in interface BasicLogger
format
- the message format stringparams
- the parameterspublic final void warnv(String format, Object param1)
BasicLogger
MessageFormat
-style formatting.warnv
in interface BasicLogger
format
- the message format stringparam1
- the sole parameterpublic final void warnv(String format, Object param1, Object param2)
BasicLogger
MessageFormat
-style formatting.warnv
in interface BasicLogger
format
- the message format stringparam1
- the first parameterparam2
- the second parameterpublic final void warnv(String format, Object param1, Object param2, Object param3)
BasicLogger
MessageFormat
-style formatting.warnv
in interface BasicLogger
format
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parameterpublic final void warnv(Throwable t, String format, Object... params)
BasicLogger
MessageFormat
-style formatting.warnv
in interface BasicLogger
t
- the throwableformat
- the message format stringparams
- the parameterspublic final void warnv(Throwable t, String format, Object param1)
BasicLogger
MessageFormat
-style formatting.warnv
in interface BasicLogger
t
- the throwableformat
- the message format stringparam1
- the sole parameterpublic final void warnv(Throwable t, String format, Object param1, Object param2)
BasicLogger
MessageFormat
-style formatting.warnv
in interface BasicLogger
t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameterpublic final void warnv(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLogger
MessageFormat
-style formatting.warnv
in interface BasicLogger
t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parameterpublic final void warnf(String format, Object... params)
BasicLogger
warnf
in interface BasicLogger
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparams
- the parameterspublic final void warnf(String format, Object param1)
BasicLogger
warnf
in interface BasicLogger
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the sole parameterpublic final void warnf(String format, Object param1, Object param2)
BasicLogger
warnf
in interface BasicLogger
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parameterpublic final void warnf(String format, Object param1, Object param2, Object param3)
BasicLogger
warnf
in interface BasicLogger
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parameterparam3
- the third parameterpublic final void warnf(Throwable t, String format, Object... params)
BasicLogger
warnf
in interface BasicLogger
t
- the throwableformat
- the format string, as per String.format(String, Object...)
params
- the parameterspublic final void warnf(Throwable t, String format, Object param1)
BasicLogger
warnf
in interface BasicLogger
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the sole parameterpublic final void warnf(Throwable t, String format, Object param1, Object param2)
BasicLogger
warnf
in interface BasicLogger
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the first parameterparam2
- the second parameterpublic final void warnf(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLogger
warnf
in interface BasicLogger
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the first parameterparam2
- the second parameterparam3
- the third parameterpublic final void error(Object message)
BasicLogger
error
in interface BasicLogger
message
- the messagepublic final void error(Object message, Throwable t)
BasicLogger
error
in interface BasicLogger
message
- the messaget
- the throwablepublic final void error(String loggerFqcn, Object message, Throwable t)
BasicLogger
error
in interface BasicLogger
loggerFqcn
- the logger class namemessage
- the messaget
- the throwablepublic final void error(String loggerFqcn, Object message, Object[] params, Throwable t)
BasicLogger
error
in interface BasicLogger
loggerFqcn
- the logger class namemessage
- the messageparams
- the message parameterst
- the throwablepublic final void errorv(String format, Object... params)
BasicLogger
MessageFormat
-style formatting.errorv
in interface BasicLogger
format
- the message format stringparams
- the parameterspublic final void errorv(String format, Object param1)
BasicLogger
MessageFormat
-style formatting.errorv
in interface BasicLogger
format
- the message format stringparam1
- the sole parameterpublic final void errorv(String format, Object param1, Object param2)
BasicLogger
MessageFormat
-style formatting.errorv
in interface BasicLogger
format
- the message format stringparam1
- the first parameterparam2
- the second parameterpublic final void errorv(String format, Object param1, Object param2, Object param3)
BasicLogger
MessageFormat
-style formatting.errorv
in interface BasicLogger
format
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parameterpublic final void errorv(Throwable t, String format, Object... params)
BasicLogger
MessageFormat
-style formatting.errorv
in interface BasicLogger
t
- the throwableformat
- the message format stringparams
- the parameterspublic final void errorv(Throwable t, String format, Object param1)
BasicLogger
MessageFormat
-style formatting.errorv
in interface BasicLogger
t
- the throwableformat
- the message format stringparam1
- the sole parameterpublic final void errorv(Throwable t, String format, Object param1, Object param2)
BasicLogger
MessageFormat
-style formatting.errorv
in interface BasicLogger
t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameterpublic final void errorv(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLogger
MessageFormat
-style formatting.errorv
in interface BasicLogger
t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parameterpublic final void errorf(String format, Object... params)
BasicLogger
errorf
in interface BasicLogger
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparams
- the parameterspublic final void errorf(String format, Object param1)
BasicLogger
errorf
in interface BasicLogger
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the sole parameterpublic final void errorf(String format, Object param1, Object param2)
BasicLogger
errorf
in interface BasicLogger
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parameterpublic final void errorf(String format, Object param1, Object param2, Object param3)
BasicLogger
errorf
in interface BasicLogger
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parameterparam3
- the third parameterpublic final void errorf(Throwable t, String format, Object... params)
BasicLogger
errorf
in interface BasicLogger
t
- the throwableformat
- the format string, as per String.format(String, Object...)
params
- the parameterspublic final void errorf(Throwable t, String format, Object param1)
BasicLogger
errorf
in interface BasicLogger
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the sole parameterpublic final void errorf(Throwable t, String format, Object param1, Object param2)
BasicLogger
errorf
in interface BasicLogger
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the first parameterparam2
- the second parameterpublic final void errorf(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLogger
errorf
in interface BasicLogger
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the first parameterparam2
- the second parameterparam3
- the third parameterpublic final void fatal(Object message)
BasicLogger
fatal
in interface BasicLogger
message
- the messagepublic final void fatal(Object message, Throwable t)
BasicLogger
fatal
in interface BasicLogger
message
- the messaget
- the throwablepublic final void fatal(String loggerFqcn, Object message, Throwable t)
BasicLogger
fatal
in interface BasicLogger
loggerFqcn
- the logger class namemessage
- the messaget
- the throwablepublic final void fatal(String loggerFqcn, Object message, Object[] params, Throwable t)
BasicLogger
fatal
in interface BasicLogger
loggerFqcn
- the logger class namemessage
- the messageparams
- the message parameterst
- the throwablepublic final void fatalv(String format, Object... params)
BasicLogger
MessageFormat
-style formatting.fatalv
in interface BasicLogger
format
- the message format stringparams
- the parameterspublic final void fatalv(String format, Object param1)
BasicLogger
MessageFormat
-style formatting.fatalv
in interface BasicLogger
format
- the message format stringparam1
- the sole parameterpublic final void fatalv(String format, Object param1, Object param2)
BasicLogger
MessageFormat
-style formatting.fatalv
in interface BasicLogger
format
- the message format stringparam1
- the first parameterparam2
- the second parameterpublic final void fatalv(String format, Object param1, Object param2, Object param3)
BasicLogger
MessageFormat
-style formatting.fatalv
in interface BasicLogger
format
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parameterpublic final void fatalv(Throwable t, String format, Object... params)
BasicLogger
MessageFormat
-style formatting.fatalv
in interface BasicLogger
t
- the throwableformat
- the message format stringparams
- the parameterspublic final void fatalv(Throwable t, String format, Object param1)
BasicLogger
MessageFormat
-style formatting.fatalv
in interface BasicLogger
t
- the throwableformat
- the message format stringparam1
- the sole parameterpublic final void fatalv(Throwable t, String format, Object param1, Object param2)
BasicLogger
MessageFormat
-style formatting.fatalv
in interface BasicLogger
t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameterpublic final void fatalv(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLogger
MessageFormat
-style formatting.fatalv
in interface BasicLogger
t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parameterpublic final void fatalf(String format, Object... params)
BasicLogger
fatalf
in interface BasicLogger
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparams
- the parameterspublic final void fatalf(String format, Object param1)
BasicLogger
fatalf
in interface BasicLogger
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the sole parameterpublic final void fatalf(String format, Object param1, Object param2)
BasicLogger
fatalf
in interface BasicLogger
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parameterpublic final void fatalf(String format, Object param1, Object param2, Object param3)
BasicLogger
fatalf
in interface BasicLogger
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parameterparam3
- the third parameterpublic final void fatalf(Throwable t, String format, Object... params)
BasicLogger
fatalf
in interface BasicLogger
t
- the throwableformat
- the format string, as per String.format(String, Object...)
params
- the parameterspublic final void fatalf(Throwable t, String format, Object param1)
BasicLogger
fatalf
in interface BasicLogger
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the sole parameterpublic final void fatalf(Throwable t, String format, Object param1, Object param2)
BasicLogger
fatalf
in interface BasicLogger
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the first parameterparam2
- the second parameterpublic final void fatalf(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLogger
fatalf
in interface BasicLogger
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the first parameterparam2
- the second parameterparam3
- the third parameterpublic final boolean isEnabled(Logger.Level level)
BasicLogger
isEnabled
in interface BasicLogger
level
- the level to check fortrue
if messages may be logged at the given level, false
otherwisepublic final void log(Logger.Level level, Object message)
BasicLogger
log
in interface BasicLogger
level
- the levelmessage
- the messagepublic final void log(Logger.Level level, Object message, Throwable t)
BasicLogger
log
in interface BasicLogger
level
- the levelmessage
- the messaget
- the throwablepublic final void log(Logger.Level level, String loggerFqcn, Object message, Throwable t)
BasicLogger
log
in interface BasicLogger
level
- the levelloggerFqcn
- the logger class namemessage
- the messaget
- the throwablepublic final void log(String loggerFqcn, Logger.Level level, Object message, Object[] params, Throwable t)
BasicLogger
log
in interface BasicLogger
loggerFqcn
- the logger class namelevel
- the levelmessage
- the messageparams
- the message parameterst
- the throwablepublic final void logv(Logger.Level level, String format, Object... params)
BasicLogger
MessageFormat
-style formatting.logv
in interface BasicLogger
level
- the levelformat
- the message format stringparams
- the parameterspublic final void logv(Logger.Level level, String format, Object param1)
BasicLogger
MessageFormat
-style formatting.logv
in interface BasicLogger
level
- the levelformat
- the message format stringparam1
- the sole parameterpublic final void logv(Logger.Level level, String format, Object param1, Object param2)
BasicLogger
MessageFormat
-style formatting.logv
in interface BasicLogger
level
- the levelformat
- the message format stringparam1
- the first parameterparam2
- the second parameterpublic final void logv(Logger.Level level, String format, Object param1, Object param2, Object param3)
BasicLogger
MessageFormat
-style formatting.logv
in interface BasicLogger
level
- the levelformat
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parameterpublic final void logv(Logger.Level level, Throwable t, String format, Object... params)
BasicLogger
MessageFormat
-style formatting.logv
in interface BasicLogger
level
- the levelt
- the throwableformat
- the message format stringparams
- the parameterspublic final void logv(Logger.Level level, Throwable t, String format, Object param1)
BasicLogger
MessageFormat
-style formatting.logv
in interface BasicLogger
level
- the levelt
- the throwableformat
- the message format stringparam1
- the sole parameterpublic final void logv(Logger.Level level, Throwable t, String format, Object param1, Object param2)
BasicLogger
MessageFormat
-style formatting.logv
in interface BasicLogger
level
- the levelt
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameterpublic final void logv(Logger.Level level, Throwable t, String format, Object param1, Object param2, Object param3)
BasicLogger
MessageFormat
-style formatting.logv
in interface BasicLogger
level
- the levelt
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parameterpublic final void logv(String loggerFqcn, Logger.Level level, Throwable t, String format, Object... params)
BasicLogger
MessageFormat
-style formatting.logv
in interface BasicLogger
loggerFqcn
- the logger class namelevel
- the levelt
- the throwableformat
- the message format stringparams
- the parameterspublic final void logv(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1)
BasicLogger
MessageFormat
-style formatting.logv
in interface BasicLogger
loggerFqcn
- the logger class namelevel
- the levelt
- the throwableformat
- the message format stringparam1
- the sole parameterpublic final void logv(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1, Object param2)
BasicLogger
MessageFormat
-style formatting.logv
in interface BasicLogger
loggerFqcn
- the logger class namelevel
- the levelt
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameterpublic final void logv(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1, Object param2, Object param3)
BasicLogger
MessageFormat
-style formatting.logv
in interface BasicLogger
loggerFqcn
- the logger class namelevel
- the levelt
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parameterpublic final void logf(Logger.Level level, String format, Object... params)
BasicLogger
logf
in interface BasicLogger
level
- the levelformat
- the format string as per String.format(String, Object...)
or resource bundle key thereforparams
- the parameterspublic final void logf(Logger.Level level, String format, Object param1)
BasicLogger
logf
in interface BasicLogger
level
- the levelformat
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the sole parameterpublic final void logf(Logger.Level level, String format, Object param1, Object param2)
BasicLogger
logf
in interface BasicLogger
level
- the levelformat
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parameterpublic final void logf(Logger.Level level, String format, Object param1, Object param2, Object param3)
BasicLogger
logf
in interface BasicLogger
level
- the levelformat
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parameterparam3
- the third parameterpublic final void logf(Logger.Level level, Throwable t, String format, Object... params)
BasicLogger
logf
in interface BasicLogger
level
- the levelt
- the throwableformat
- the format string, as per String.format(String, Object...)
params
- the parameterspublic final void logf(Logger.Level level, Throwable t, String format, Object param1)
BasicLogger
logf
in interface BasicLogger
level
- the levelt
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the sole parameterpublic final void logf(Logger.Level level, Throwable t, String format, Object param1, Object param2)
BasicLogger
logf
in interface BasicLogger
level
- the levelt
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the first parameterparam2
- the second parameterpublic final void logf(Logger.Level level, Throwable t, String format, Object param1, Object param2, Object param3)
BasicLogger
logf
in interface BasicLogger
level
- the levelt
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the first parameterparam2
- the second parameterparam3
- the third parameterpublic final void logf(String loggerFqcn, Logger.Level level, Throwable t, String format, Object... params)
BasicLogger
logf
in interface BasicLogger
loggerFqcn
- the logger class namelevel
- the levelt
- the throwable causeformat
- the format string as per String.format(String, Object...)
or resource bundle key thereforparams
- the message parameterspublic final void logf(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1)
BasicLogger
logf
in interface BasicLogger
loggerFqcn
- the logger class namelevel
- the levelt
- the throwable causeformat
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the sole parameterpublic final void logf(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1, Object param2)
BasicLogger
logf
in interface BasicLogger
loggerFqcn
- the logger class namelevel
- the levelt
- the throwable causeformat
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parameterpublic final void logf(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1, Object param2, Object param3)
BasicLogger
logf
in interface BasicLogger
loggerFqcn
- the logger class namelevel
- the levelt
- the throwable causeformat
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parameterparam3
- the third parameterpublic final ValidationException getErrorParsingMappingFileException(JAXBException e)
getErrorParsingMappingFileException
in interface Log
protected String getErrorParsingMappingFileException$str()
public final ValidationException getUnableToFindPropertyWithAccessException(Class beanClass, String property, ElementType elementType)
getUnableToFindPropertyWithAccessException
in interface Log
protected String getUnableToFindPropertyWithAccessException$str()
public final ValidationException getWrongPayloadClassException(String payloadClassName)
getWrongPayloadClassException
in interface Log
protected String getWrongPayloadClassException$str()
public final RuntimeException getTryingToInstantiateAnnotationWithUnknownParametersException(Class annotationType, Set unknownParameters)
getTryingToInstantiateAnnotationWithUnknownParametersException
in interface Log
protected String getTryingToInstantiateAnnotationWithUnknownParametersException$str()
public final ValidationException getAttemptToSpecifyAnArrayWhereSingleValueIsExpectedException()
getAttemptToSpecifyAnArrayWhereSingleValueIsExpectedException
in interface Log
protected String getAttemptToSpecifyAnArrayWhereSingleValueIsExpectedException$str()
public final ValidationException getUnableToLoadClassException(String className, Exception e)
getUnableToLoadClassException
in interface Log
protected String getUnableToLoadClassException$str()
public final NumberFormatException getCharacterIsNotADigitException(char c)
getCharacterIsNotADigitException
in interface Log
protected String getCharacterIsNotADigitException$str()
public final void usingTraversableResolver(String traversableResolverClassName)
usingTraversableResolver
in interface Log
protected String usingTraversableResolver$str()
public final void unableToCloseInputStream()
unableToCloseInputStream
in interface Log
protected String unableToCloseInputStream$str()
public final void unableToCreateSchema(String fileName, String message)
unableToCreateSchema
in interface Log
protected String unableToCreateSchema$str()
public final ValidationException getUnableToLoadClassException(String className)
getUnableToLoadClassException
in interface Log
public final ValidationException getExceptionDuringIsValidCall(RuntimeException e)
getExceptionDuringIsValidCall
in interface Log
protected String getExceptionDuringIsValidCall$str()
public final IllegalArgumentException getPropertyNameCannotBeNullOrEmptyException()
getPropertyNameCannotBeNullOrEmptyException
in interface Log
protected String getPropertyNameCannotBeNullOrEmptyException$str()
public final ConstraintDeclarationException getScriptMustReturnTrueOrFalseException(String script)
getScriptMustReturnTrueOrFalseException
in interface Log
protected String getScriptMustReturnTrueOrFalseException1$str()
public final ConstraintDefinitionException getWrongTypeForGroupsParameterException(String constraintName, ClassCastException e)
getWrongTypeForGroupsParameterException
in interface Log
protected String getWrongTypeForGroupsParameterException$str()
public final ValidationException getUnableToReadServicesFileException(String servicesFileName, Exception e)
getUnableToReadServicesFileException
in interface Log
protected String getUnableToReadServicesFileException$str()
public final IllegalArgumentException getInvalidPropertyPathException(String propertyName, String beanClassName)
getInvalidPropertyPathException
in interface Log
protected String getInvalidPropertyPathException2$str()
public final IllegalArgumentException getMinCannotBeNegativeException()
getMinCannotBeNegativeException
in interface Log
protected String getMinCannotBeNegativeException$str()
public final void unableToLoadProviderClass(String providerName)
unableToLoadProviderClass
in interface Log
protected String unableToLoadProviderClass$str()
public final IllegalArgumentException getUnableToParsePropertyPathException(String propertyPath)
getUnableToParsePropertyPathException
in interface Log
protected String getUnableToParsePropertyPathException$str()
public final ValidationException getErrorDuringCallOfTraversableResolverIsReachableException(RuntimeException e)
getErrorDuringCallOfTraversableResolverIsReachableException
in interface Log
protected String getErrorDuringCallOfTraversableResolverIsReachableException$str()
public final IllegalArgumentException getInvalidRangeException(int startIndex, int endIndex)
getInvalidRangeException
in interface Log
protected String getInvalidRangeException$str()
public final IllegalArgumentException getPropertyPathMustProvideIndexOrMapKeyException()
getPropertyPathMustProvideIndexOrMapKeyException
in interface Log
protected String getPropertyPathMustProvideIndexOrMapKeyException$str()
public final ValidationException getUnableToAccessMemberException(String memberName, Exception e)
getUnableToAccessMemberException
in interface Log
protected String getUnableToAccessMemberException$str()
public final GroupDefinitionException getUnableToExpandGroupSequenceException()
getUnableToExpandGroupSequenceException
in interface Log
protected String getUnableToExpandGroupSequenceException$str()
public final GroupDefinitionException getInvalidDefaultGroupSequenceDefinitionException()
getInvalidDefaultGroupSequenceDefinitionException
in interface Log
protected String getInvalidDefaultGroupSequenceDefinitionException$str()
public final ValidationException getWrongParameterTypeException(String expectedType, String currentType)
getWrongParameterTypeException
in interface Log
protected String getWrongParameterTypeException$str()
protected String version$str()
public final IllegalArgumentException getMissingActualTypeArgumentForTypeParameterException(TypeVariable typeParameter)
getMissingActualTypeArgumentForTypeParameterException
in interface Log
protected String getMissingActualTypeArgumentForTypeParameterException$str()
public final IllegalArgumentException getMaxCannotBeNegativeException()
getMaxCannotBeNegativeException
in interface Log
protected String getMaxCannotBeNegativeException$str()
public final void usingConstraintFactory(String constraintFactoryClassName)
usingConstraintFactory
in interface Log
protected String usingConstraintFactory$str()
public final IllegalArgumentException getInvalidBigDecimalFormatException(String value, NumberFormatException e)
getInvalidBigDecimalFormatException
in interface Log
protected String getInvalidBigDecimalFormatException$str()
public final GroupDefinitionException getMultipleDefinitionOfDefaultGroupSequenceProviderException()
getMultipleDefinitionOfDefaultGroupSequenceProviderException
in interface Log
protected String getMultipleDefinitionOfDefaultGroupSequenceProviderException$str()
public final IllegalArgumentException getElementTypeHasToBeFieldOrMethodException()
getElementTypeHasToBeFieldOrMethodException
in interface Log
protected String getElementTypeHasToBeFieldOrMethodException$str()
public final ValidationException getUnableToGetAnnotationParameterException(String parameterName, String annotationName, Exception e)
getUnableToGetAnnotationParameterException
in interface Log
protected String getUnableToGetAnnotationParameterException$str()
public final void ignoringXmlConfiguration()
ignoringXmlConfiguration
in interface Log
protected String ignoringXmlConfiguration$str()
public final IllegalArgumentException getNoValueProvidedForAnnotationParameterException(String parameterName)
getNoValueProvidedForAnnotationParameterException
in interface Log
protected String getNoValueProvidedForAnnotationParameterException$str()
public final ValidationException getUnableToInstantiateMessageInterpolatorClassException(String messageInterpolatorClassName, Exception e)
getUnableToInstantiateMessageInterpolatorClassException
in interface Log
protected String getUnableToInstantiateMessageInterpolatorClassException$str()
public final ValidationException getUnableToInstantiateException(Class clazz, Exception e)
getUnableToInstantiateException
in interface Log
protected String getUnableToInstantiateException1$str()
public final IllegalArgumentException getIllegalArgumentException(String message)
getIllegalArgumentException
in interface Log
protected String getIllegalArgumentException$str()
public final GroupDefinitionException getNoDefaultGroupInGroupSequenceException()
getNoDefaultGroupInGroupSequenceException
in interface Log
protected String getNoDefaultGroupInGroupSequenceException$str()
public final IllegalArgumentException getInvalidLengthForFractionPartException()
getInvalidLengthForFractionPartException
in interface Log
protected String getInvalidLengthForFractionPartException$str()
public final ValidationException getGroupHasToBeAnInterfaceException(String className)
getGroupHasToBeAnInterfaceException
in interface Log
protected String getGroupHasToBeAnInterfaceException$str()
public final ConstraintDefinitionException getWrongAttributeTypeForOverriddenConstraintException(String expectedReturnType, Class currentReturnType)
getWrongAttributeTypeForOverriddenConstraintException
in interface Log
protected String getWrongAttributeTypeForOverriddenConstraintException$str()
public final ValidationException getConstraintFactoryMustNotReturnNullException(String validatorClassName)
getConstraintFactoryMustNotReturnNullException
in interface Log
protected String getConstraintFactoryMustNotReturnNullException$str()
public final void usingMessageInterpolator(String messageInterpolatorClassName)
usingMessageInterpolator
in interface Log
protected String usingMessageInterpolator$str()
public final ValidationException getUnableToInstantiateBeanValidationProviderException(List providerName, Exception e)
getUnableToInstantiateBeanValidationProviderException
in interface Log
protected String getUnableToInstantiateBeanValidationProviderException$str()
public final void usingValidationProvider(String validationProviderClassName)
usingValidationProvider
in interface Log
protected String usingValidationProvider$str()
public final GroupDefinitionException getWrongDefaultGroupSequenceProviderTypeException(String beanClassName)
getWrongDefaultGroupSequenceProviderTypeException
in interface Log
protected String getWrongDefaultGroupSequenceProviderTypeException$str()
public final ValidationException getUnexpectedParameterValueException(ClassCastException e)
getUnexpectedParameterValueException
in interface Log
protected String getUnexpectedParameterValueException$str()
public final UnexpectedTypeException getNoValidatorFoundForTypeException(String className)
getNoValidatorFoundForTypeException
in interface Log
protected String getNoValidatorFoundForTypeException$str()
public final void parsingXMLFile(String fileName)
parsingXMLFile
in interface Log
protected String parsingXMLFile$str()
public final IllegalArgumentException getInvalidLengthOfParameterMetaDataListException(Method method, int nbParameters, int listSize)
getInvalidLengthOfParameterMetaDataListException
in interface Log
protected String getInvalidLengthOfParameterMetaDataListException$str()
public final IllegalArgumentException getInvalidRegularExpressionException(PatternSyntaxException e)
getInvalidRegularExpressionException
in interface Log
protected String getInvalidRegularExpressionException$str()
public final void unableToCloseXMLFileInputStream(String fileName)
unableToCloseXMLFileInputStream
in interface Log
protected String unableToCloseXMLFileInputStream$str()
public final ConstraintDeclarationException getErrorDuringScriptExecutionException(String script, Exception e)
getErrorDuringScriptExecutionException
in interface Log
protected String getErrorDuringScriptExecutionException$str()
public final ValidationException getUnableToFindProviderException(Class providerClass)
getUnableToFindProviderException
in interface Log
protected String getUnableToFindProviderException$str()
public final IllegalArgumentException getEndIndexCannotBeNegativeException(int endIndex)
getEndIndexCannotBeNegativeException
in interface Log
protected String getEndIndexCannotBeNegativeException$str()
public final ValidationException getIsNotAnAnnotationException(String annotationClassName)
getIsNotAnAnnotationException
in interface Log
protected String getIsNotAnAnnotationException$str()
public final IllegalArgumentException getUnableToFindMethodException(Class beanClass, String name, String parametersType)
getUnableToFindMethodException
in interface Log
protected String getUnableToFindMethodException$str()
public final IndexOutOfBoundsException getInvalidIndexException(String lowerBound, String upperBound)
getInvalidIndexException
in interface Log
protected String getInvalidIndexException$str()
public final ValidationException getUnableToInstantiateConstraintFactoryClassException(String constraintFactoryClassName, ValidationException e)
getUnableToInstantiateConstraintFactoryClassException
in interface Log
protected String getUnableToInstantiateConstraintFactoryClassException$str()
public final ConstraintDefinitionException getWrongDefaultValueForGroupsParameterException(String constraintName)
getWrongDefaultValueForGroupsParameterException
in interface Log
protected String getWrongDefaultValueForGroupsParameterException$str()
public final ValidationException getUnableToFindAnnotationConstraintsException(Class annotationClass)
getUnableToFindAnnotationConstraintsException
in interface Log
protected String getUnableToFindAnnotationConstraintsException$str()
public final ValidationException getInvalidReturnTypeException(Class returnType, ClassCastException e)
getInvalidReturnTypeException
in interface Log
protected String getInvalidReturnTypeException$str()
public final ValidationException getAnnotationDoesNotContainAParameterException(String annotationClassName, String parameterName)
getAnnotationDoesNotContainAParameterException
in interface Log
protected String getAnnotationDoesNotContainAParameterException$str()
public final ValidationException getMissingFormatStringInTemplateException(String expression)
getMissingFormatStringInTemplateException
in interface Log
protected String getMissingFormatStringInTemplateException$str()
public final ValidationException getBeanClassHasAlreadyBeConfiguredInXmlException(String beanClassName)
getBeanClassHasAlreadyBeConfiguredInXmlException
in interface Log
protected String getBeanClassHasAlreadyBeConfiguredInXmlException$str()
public final ConstraintDefinitionException getWrongTypeForMessageParameterException(String constraintName)
getWrongTypeForMessageParameterException
in interface Log
protected String getWrongTypeForMessageParameterException$str()
public final ValidationException getUnableToOpenInputStreamForMappingFileException(String mappingFileName)
getUnableToOpenInputStreamForMappingFileException
in interface Log
protected String getUnableToOpenInputStreamForMappingFileException$str()
public final GroupDefinitionException getMultipleDefinitionOfDefaultGroupSequenceException()
getMultipleDefinitionOfDefaultGroupSequenceException
in interface Log
protected String getMultipleDefinitionOfDefaultGroupSequenceException$str()
public final IllegalArgumentException getHasToBeAPrimitiveTypeException(Class clazz)
getHasToBeAPrimitiveTypeException
in interface Log
protected String getHasToBeAPrimitiveTypeException$str()
public final ValidationException getUnableToInstantiateException(String message, Class clazz, Exception e)
getUnableToInstantiateException
in interface Log
protected String getUnableToInstantiateException2$str()
public final UnexpectedTypeException getMoreThanOneValidatorFoundForTypeException(Type type, String validatorClasses)
getMoreThanOneValidatorFoundForTypeException
in interface Log
protected String getMoreThanOneValidatorFoundForTypeException$str()
public final ConstraintDeclarationException getScriptMustReturnTrueOrFalseException(String script, Object executionResult, String type)
getScriptMustReturnTrueOrFalseException
in interface Log
protected String getScriptMustReturnTrueOrFalseException3$str()
public final ConstraintDefinitionException getConstraintParametersCannotStartWithValidException()
getConstraintParametersCannotStartWithValidException
in interface Log
protected String getConstraintParametersCannotStartWithValidException$str()
public final IllegalArgumentException getMemberIsNeitherAFieldNorAMethodException(Member member)
getMemberIsNeitherAFieldNorAMethodException
in interface Log
protected String getMemberIsNeitherAFieldNorAMethodException$str()
public final ValidationException getUnableToFindAnnotationParameterException(String parameterName, NoSuchMethodException e)
getUnableToFindAnnotationParameterException
in interface Log
protected String getUnableToFindAnnotationParameterException$str()
public final ConstraintDefinitionException getConstraintWithoutMandatoryParameterException(String parameterName, String constraintName)
getConstraintWithoutMandatoryParameterException
in interface Log
protected String getConstraintWithoutMandatoryParameterException$str()
public final ValidationException getInvalidNumberFormatException(String formatName, NumberFormatException e)
getInvalidNumberFormatException
in interface Log
protected String getInvalidNumberFormatException$str()
public final ConstraintDefinitionException getWrongDefaultValueForPayloadParameterException(String constraintName)
getWrongDefaultValueForPayloadParameterException
in interface Log
protected String getWrongDefaultValueForPayloadParameterException$str()
public final ValidationException getAtLeastOneCustomMessageMustBeCreatedException()
getAtLeastOneCustomMessageMustBeCreatedException
in interface Log
protected String getAtLeastOneCustomMessageMustBeCreatedException$str()
public final GroupDefinitionException getSequenceDefinitionsNotAllowedException()
getSequenceDefinitionsNotAllowedException
in interface Log
protected String getSequenceDefinitionsNotAllowedException$str()
public final ValidationException getBeanDoesNotContainTheFieldException(String beanClassName, String fieldName)
getBeanDoesNotContainTheFieldException
in interface Log
protected String getBeanDoesNotContainTheFieldException$str()
public final IllegalArgumentException getInvalidMethodParameterIndexException(String method, int index)
getInvalidMethodParameterIndexException
in interface Log
protected String getInvalidMethodParameterIndexException2$str()
public final IllegalArgumentException getInvalidCheckDigitException(int startIndex, int endIndex)
getInvalidCheckDigitException
in interface Log
protected String getInvalidCheckDigitException$str()
public final IllegalArgumentException getInvalidJavaIdentifierException(String identifier)
getInvalidJavaIdentifierException
in interface Log
protected String getInvalidJavaIdentifierException$str()
public final ValidationException getReservedParameterNamesException(String messageParameterName, String groupsParameterName, String payloadParameterName)
getReservedParameterNamesException
in interface Log
protected String getReservedParameterNamesException$str()
public final ValidationException getUnexpectedParameterValueException()
getUnexpectedParameterValueException
in interface Log
public final ValidationException getIsNotAConstraintValidatorClassException(Class validatorClass)
getIsNotAConstraintValidatorClassException
in interface Log
protected String getIsNotAConstraintValidatorClassException$str()
public final ValidationException getUnableToCreateAnnotationForConfiguredConstraintException(String message, RuntimeException e)
getUnableToCreateAnnotationForConfiguredConstraintException
in interface Log
protected String getUnableToCreateAnnotationForConfiguredConstraintException$str()
public final ValidationException getNullIsAnInvalidTypeForAConstraintValidatorException()
getNullIsAnInvalidTypeForAConstraintValidatorException
in interface Log
protected String getNullIsAnInvalidTypeForAConstraintValidatorException$str()
public final ValidationException getUnableToParseValidationXmlFileException(String file, JAXBException e)
getUnableToParseValidationXmlFileException
in interface Log
protected String getUnableToParseValidationXmlFileException$str()
public final ValidationException getTypeNotSupportedException(Class type)
getTypeNotSupportedException
in interface Log
protected String getTypeNotSupportedException$str()
public final ValidationException getUnableToRetrieveAnnotationParameterValueException(Exception e)
getUnableToRetrieveAnnotationParameterValueException
in interface Log
protected String getUnableToRetrieveAnnotationParameterValueException$str()
public final ValidationException getInvalidPropertyValue(String propertyName, String propertyValue, Exception e)
getInvalidPropertyValue
in interface Log
protected String getInvalidPropertyValue$str()
public final ValidationException getUnableToReadAnnotationAttributesException(Class annotationClass, Exception e)
getUnableToReadAnnotationAttributesException
in interface Log
protected String getUnableToReadAnnotationAttributesException$str()
public final ConstraintDefinitionException getWrongTypeForPayloadParameterException(String constraintName, ClassCastException e)
getWrongTypeForPayloadParameterException
in interface Log
protected String getWrongTypeForPayloadParameterException$str()
public final GroupDefinitionException getBeanClassMustBePartOfRedefinedDefaultGroupSequenceException(String beanClassName)
getBeanClassMustBePartOfRedefinedDefaultGroupSequenceException
in interface Log
protected String getBeanClassMustBePartOfRedefinedDefaultGroupSequenceException$str()
public final ValidationException getErrorDuringCallOfTraversableResolverIsCascadableException(RuntimeException e)
getErrorDuringCallOfTraversableResolverIsCascadableException
in interface Log
protected String getErrorDuringCallOfTraversableResolverIsCascadableException$str()
public final IllegalArgumentException getLengthCannotBeNegativeException()
getLengthCannotBeNegativeException
in interface Log
protected String getLengthCannotBeNegativeException$str()
public final ValidationException getIsDefinedTwiceInMappingXmlForBeanException(String name, String beanClassName)
getIsDefinedTwiceInMappingXmlForBeanException
in interface Log
protected String getIsDefinedTwiceInMappingXmlForBeanException$str()
public final IllegalArgumentException getAtLeastOneGroupHasToBeSpecifiedException()
getAtLeastOneGroupHasToBeSpecifiedException
in interface Log
protected String getAtLeastOneGroupHasToBeSpecifiedException$str()
public final ValidationException getInconsistentFailFastConfigurationException()
getInconsistentFailFastConfigurationException
in interface Log
protected String getInconsistentFailFastConfigurationException$str()
public final ValidationException getInconsistentConfigurationException()
getInconsistentConfigurationException
in interface Log
protected String getInconsistentConfigurationException$str()
public final ConstraintDefinitionException getOverriddenConstraintAttributeNotFoundException(String attributeName)
getOverriddenConstraintAttributeNotFoundException
in interface Log
protected String getOverriddenConstraintAttributeNotFoundException$str()
public final GroupDefinitionException getUnableToExpandDefaultGroupListException(List defaultGroupList, List groupList)
getUnableToExpandDefaultGroupListException
in interface Log
protected String getUnableToExpandDefaultGroupListException$str()
public final IllegalArgumentException getInvalidMethodParameterIndexException(String methodName)
getInvalidMethodParameterIndexException
in interface Log
protected String getInvalidMethodParameterIndexException1$str()
public final ValidationException getBeanDoesNotContainThePropertyException(String beanClassName, String getterName)
getBeanDoesNotContainThePropertyException
in interface Log
protected String getBeanDoesNotContainThePropertyException$str()
public final ValidationException getUnableToInstantiateValidationProviderClassException(String providerClassName, Exception e)
getUnableToInstantiateValidationProviderClassException
in interface Log
protected String getUnableToInstantiateValidationProviderClassException$str()
public final ValidationException getUnableToInstantiateTraversableResolverClassException(String traversableResolverClassName, Exception e)
getUnableToInstantiateTraversableResolverClassException
in interface Log
protected String getUnableToInstantiateTraversableResolverClassException$str()
public final IllegalArgumentException getInvalidPropertyPathException()
getInvalidPropertyPathException
in interface Log
protected String getInvalidPropertyPathException0$str()
public final ValidationException throwInvalidFormat(String message, IllegalFormatException e)
throwInvalidFormat
in interface Log
protected String throwInvalidFormat$str()
public final ValidationException getUnableToInstantiateException(String className, Exception e)
getUnableToInstantiateException
in interface Log
public final GroupDefinitionException getCyclicDependencyInGroupsDefinitionException()
getCyclicDependencyInGroupsDefinitionException
in interface Log
protected String getCyclicDependencyInGroupsDefinitionException$str()
public final IllegalArgumentException getInvalidLengthForIntegerPartException()
getInvalidLengthForIntegerPartException
in interface Log
protected String getInvalidLengthForIntegerPartException$str()
public final ValidationException getUnableToInitializeConstraintValidatorException(String validatorClassName, RuntimeException e)
getUnableToInitializeConstraintValidatorException
in interface Log
protected String getUnableToInitializeConstraintValidatorException$str()
public final ValidationException getInvalidCharValueException(String value)
getInvalidCharValueException
in interface Log
protected String getInvalidCharValueException$str()
public final IllegalArgumentException getStartIndexCannotBeNegativeException(int startIndex)
getStartIndexCannotBeNegativeException
in interface Log
protected String getStartIndexCannotBeNegativeException$str()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.