org.castor.tools.log4j
Class LogExceptionEntry

java.lang.Object
  extended byorg.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.

Version:
$Id: TNSAddress.java,v 1.2 2006/08/08 14:42:48 holger Exp $
Author:
Holger West, Syscon Ingenieurbüro für Mess- und Datentechnik GmbH.

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

LogExceptionEntry

public LogExceptionEntry()
Method Detail

getId

public java.lang.Integer getId()
Get the identity of this object.

Returns:
The identity of this object.

setId

public void setId(java.lang.Integer id)
Set the identity of this object.

Parameters:
id - The identity of this object.

getStackTrace

public java.lang.String getStackTrace()
Get the stack trace of the exception.

Returns:
Stack trace of the exception.

setStackTrace

public void setStackTrace(java.lang.String stackTrace)
Set the stack trace of this exception.

Parameters:
stackTrace - Stack trace of this exception.

getEntry

public LogEntry getEntry()
Get the LogEntry this LogExceptionEntry belongs to.

Returns:
LogEntry this LogExceptionEntry belongs to.

setEntry

public void setEntry(LogEntry entry)
Set the LogEntry this LogExceptionEntry belongs to.

Parameters:
entry - LogEntry this LogExceptionEntry belongs to.


Intalio Inc. (C) 1999-2007. All rights reserved http://www.intalio.com