|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.commons.LogMessageInfoImpl
org.jcoderz.commons.RteLogMessage
org.jcoderz.commons.RteLogMessage.ArgumentFractionDigitsViolation
public static final class RteLogMessage.ArgumentFractionDigitsViolation
The given argument is at least partly malformed. Argument ''{ARGUMENT_NAME}'' cannot be set to value ''{Serializable:ARGUMENT_VALUE}''. The value has {Number:ARGUMENT_FRACTION_DIGITS} fraction digits and exceeds the allowed maximum {Number:MAX_FRACTION_DIGITS} for {Class:ARGUMENT_CLASS}. .
This class holds the static data for the ARGUMENT_FRACTION_DIGITS_VIOLATION
log message.
It holds the following parameters:
| Nested Class Summary |
|---|
| Field Summary | |
|---|---|
static int |
INT_VALUE
The unique integer value of the log message ARGUMENT_FRACTION_DIGITS_VIOLATION. |
static Level |
LOG_LEVEL
The LogLevel to use. |
static String |
PARAM_ARGUMENT_CLASS
The parameter ARGUMENT_CLASS for the log message text. |
static String |
PARAM_ARGUMENT_FRACTION_DIGITS
The parameter ARGUMENT_FRACTION_DIGITS for the log message text. |
static String |
PARAM_ARGUMENT_NAME
The parameter ARGUMENT_NAME for the log message text. |
static String |
PARAM_ARGUMENT_VALUE
The parameter ARGUMENT_VALUE for the log message text. |
static String |
PARAM_MAX_FRACTION_DIGITS
The parameter MAX_FRACTION_DIGITS for the log message text. |
static String |
SYMBOL
The unique symbolic String of the log message ARGUMENT_FRACTION_DIGITS_VIOLATION. |
| Method Summary | |
|---|---|
static Loggable |
addParameters(Loggable loggable,
String argumentName,
Serializable argumentValue,
Number argumentFractionDigits,
Number maxFractionDigits,
Class argumentClass)
Adds the given message parameters to the loggable. |
| Methods inherited from class org.jcoderz.commons.RteLogMessage |
|---|
fromInt, fromString |
| Methods inherited from class org.jcoderz.commons.LogMessageInfoImpl |
|---|
formatMessage, getAppName, getAppNameAbbreviation, getBusinessImpact, getCategory, getGroupName, getGroupNameAbbreviation, getLogLevel, getMessagePattern, getParameterList, getSolution, getSymbol, toInt, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int INT_VALUE
ARGUMENT_FRACTION_DIGITS_VIOLATION.
public static final String PARAM_ARGUMENT_NAME
ARGUMENT_NAME for the log message text.
public static final String PARAM_ARGUMENT_VALUE
ARGUMENT_VALUE for the log message text.
public static final String PARAM_ARGUMENT_FRACTION_DIGITS
ARGUMENT_FRACTION_DIGITS for the log message text.
public static final String PARAM_MAX_FRACTION_DIGITS
MAX_FRACTION_DIGITS for the log message text.
public static final String PARAM_ARGUMENT_CLASS
ARGUMENT_CLASS for the log message text.
public static final String SYMBOL
ARGUMENT_FRACTION_DIGITS_VIOLATION.
public static final Level LOG_LEVEL
| Method Detail |
|---|
public static Loggable addParameters(Loggable loggable,
String argumentName,
Serializable argumentValue,
Number argumentFractionDigits,
Number maxFractionDigits,
Class argumentClass)
loggable - the loggable to initialize.argumentName - The argument name used in the message.argumentValue - The argument value used in the message.argumentFractionDigits - The argument fraction digits used in the message.maxFractionDigits - The max fraction digits used in the message.argumentClass - The argument class used in the message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||