org.castor.tools.log4j
Class LogExceptionEntry
java.lang.Objectorg.castor.tools.log4j.LogExceptionEntry
public final class LogExceptionEntry
extends java.lang.Object
A LogExceptionEntry holds the information belongs to a related exception
of a LoggingEvent.
$Id: TNSAddress.java,v 1.2 2006/08/08 14:42:48 holger Exp $- Holger West,
Syscon Ingenieurb?ro f?r Mess- und Datentechnik GmbH.
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.
|
getEntry
public LogEntry getEntry()
Get the LogEntry this LogExceptionEntry belongs to.
LogEntry this LogExceptionEntry belongs to.
getId
public Integer getId()
Get the identity of this object.
- The identity of this object.
getStackTrace
public String getStackTrace()
Get the stack trace of the exception.
- Stack trace of the exception.
setEntry
public void setEntry(LogEntry entry)
Set the LogEntry this LogExceptionEntry belongs to.
entry - LogEntry this LogExceptionEntry belongs to.
setId
public void setId(Integer id)
Set the identity of this object.
id - The identity of this object.
setStackTrace
public void setStackTrace(String stackTrace)
Set the stack trace of this exception.
stackTrace - Stack trace of this exception.
Intalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com