|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.castor.tools.log4j.LogExceptionEntry
A LogExceptionEntry holds the information belongs to a related exception
of a LoggingEvent.
| Constructor Summary | |
LogExceptionEntry()
|
|
| Method Summary | |
LogEntry |
getEntry()
Get the LogEntry this LogExceptionEntry belongs to. |
java.lang.Integer |
getId()
Get the identity of this object. |
java.lang.String |
getStackTrace()
Get the stack trace of the exception. |
void |
setEntry(LogEntry entry)
Set the LogEntry this LogExceptionEntry belongs to. |
void |
setId(java.lang.Integer id)
Set the identity of this object. |
void |
setStackTrace(java.lang.String stackTrace)
Set the stack trace of this exception. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LogExceptionEntry()
| Method Detail |
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
id - The identity of this object.public java.lang.String getStackTrace()
public void setStackTrace(java.lang.String stackTrace)
stackTrace - Stack trace of this exception.public LogEntry getEntry()
LogEntry this LogExceptionEntry belongs to.
LogEntry this LogExceptionEntry belongs to.public void setEntry(LogEntry entry)
LogEntry this LogExceptionEntry belongs to.
entry - LogEntry this LogExceptionEntry belongs to.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||