|
||||||||||
| 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.CmnLogMessage
public abstract class CmnLogMessage
Enumeration of all Common Error log messages.
Instances of this class are immutable.
The following Common Error are defined:
| Nested Class Summary | |
|---|---|
static class |
CmnLogMessage.EntityNotFound
A database entry in table {TABLE} was not found. |
| Field Summary | |
|---|---|
static CmnLogMessage.EntityNotFound |
ENTITY_NOT_FOUND
The log message for the event ENTITY_NOT_FOUND. |
| Method Summary | |
|---|---|
static CmnLogMessage |
fromInt(int value)
Factory method to create a CmnLogMessage class from its integer representation. |
static CmnLogMessage |
fromString(String value)
Factory method to create a CmnLogMessage class from its string representation. |
| 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 CmnLogMessage.EntityNotFound ENTITY_NOT_FOUND
ENTITY_NOT_FOUND.
| Method Detail |
|---|
public static final CmnLogMessage fromString(String value)
value - the string representation.
public static final CmnLogMessage fromInt(int value)
value - the integer representation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||