|
||||||||||
| 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.InconsistentDatabase
public static final class RteLogMessage.InconsistentDatabase
A value read from the database was invalid. The database value {Serializable:ARGUMENT_VALUE} of column {COLUMN} in table {TABLE} could not be converted into the java type {TYPE}. Possibly the database has been modified manually, or the software that wrote the database contains a bug. .
This class holds the static data for the INCONSISTENT_DATABASE
log message.
It holds the following parameters:
| Nested Class Summary |
|---|
| Field Summary | |
|---|---|
static int |
INT_VALUE
The unique integer value of the log message INCONSISTENT_DATABASE. |
static Level |
LOG_LEVEL
The LogLevel to use. |
static String |
PARAM_ARGUMENT_VALUE
The parameter ARGUMENT_VALUE for the log message text. |
static String |
PARAM_COLUMN
The parameter COLUMN for the log message text. |
static String |
PARAM_TABLE
The parameter TABLE for the log message text. |
static String |
PARAM_TYPE
The parameter TYPE for the log message text. |
static String |
SYMBOL
The unique symbolic String of the log message INCONSISTENT_DATABASE. |
| Method Summary | |
|---|---|
static Loggable |
addParameters(Loggable loggable,
Serializable argumentValue,
String column,
String table,
String type)
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
INCONSISTENT_DATABASE.
public static final String PARAM_ARGUMENT_VALUE
ARGUMENT_VALUE for the log message text.
public static final String PARAM_COLUMN
COLUMN for the log message text.
public static final String PARAM_TABLE
TABLE for the log message text.
public static final String PARAM_TYPE
TYPE for the log message text.
public static final String SYMBOL
INCONSISTENT_DATABASE.
public static final Level LOG_LEVEL
| Method Detail |
|---|
public static Loggable addParameters(Loggable loggable,
Serializable argumentValue,
String column,
String table,
String type)
loggable - the loggable to initialize.argumentValue - The argument value used in the message.column - The column used in the message.table - The table used in the message.type - The type used in the message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||