|
||||||||||
| 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.InternalError
public static final class RteLogMessage.InternalError
The system encountered an unexpected condition, or contains a software bug. Details: {TECHNICAL_DESCRIPTION}. .
This class holds the static data for the INTERNAL_ERROR
log message.
It holds the following parameters:
| Nested Class Summary |
|---|
| Field Summary | |
|---|---|
static int |
INT_VALUE
The unique integer value of the log message INTERNAL_ERROR. |
static Level |
LOG_LEVEL
The LogLevel to use. |
static String |
PARAM_TECHNICAL_DESCRIPTION
The parameter TECHNICAL_DESCRIPTION for the log message text. |
static String |
SYMBOL
The unique symbolic String of the log message INTERNAL_ERROR. |
| Method Summary | |
|---|---|
static Loggable |
addParameters(Loggable loggable,
String technicalDescription)
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
INTERNAL_ERROR.
public static final String PARAM_TECHNICAL_DESCRIPTION
TECHNICAL_DESCRIPTION for the log message text.
public static final String SYMBOL
INTERNAL_ERROR.
public static final Level LOG_LEVEL
| Method Detail |
|---|
public static Loggable addParameters(Loggable loggable,
String technicalDescription)
loggable - the loggable to initialize.technicalDescription - The technical description used in the message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||