public final class LogExceptionEntry
extends java.lang.Object
LogExceptionEntry holds the information belongs to a related exception
of a LoggingEvent.| Constructor and Description |
|---|
LogExceptionEntry() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.Intalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com