org.castor.tools.log4j
public final class LogExceptionEntry extends Object
LogExceptionEntry
holds the information belongs to a related exception
of a LoggingEvent
.
Version: $Id: TNSAddress.java,v 1.2 2006/08/08 14:42:48 holger Exp $
Method Summary | |
---|---|
LogEntry | getEntry()
Get the LogEntry this LogExceptionEntry belongs to.
|
Integer | getId()
Get the identity of this object.
|
String | getStackTrace()
Get the stack trace of the exception.
|
void | setEntry(LogEntry entry)
Set the LogEntry this LogExceptionEntry belongs to.
|
void | setId(Integer id)
Set the identity of this object.
|
void | setStackTrace(String stackTrace)
Set the stack trace of this exception.
|
LogEntry
this LogExceptionEntry
belongs to.
Returns: LogEntry
this LogExceptionEntry
belongs to.
Returns: The identity of this object.
Returns: Stack trace of the exception.
LogEntry
this LogExceptionEntry
belongs to.
Parameters: entry LogEntry
this LogExceptionEntry
belongs to.
Parameters: id The identity of this object.
Parameters: stackTrace Stack trace of this exception.