au.edu.jcu.hermes.core.common.logging
Class HermesProcessingFinishedWithError
java.lang.Object
LoggingEvent
au.edu.jcu.hermes.core.common.logging.HermesProcessingFinishedWithError
public class HermesProcessingFinishedWithError
- extends LoggingEvent
Author: Mathew Wyatt
Organisation: James Cook University
Date: Jun 17, 2008
Time: 4:29:32 PM
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
startEvent
protected HermesProcessingStarted startEvent
- The HermesProcessingStarted event associated with this finish event
HermesProcessingFinishedWithError
public HermesProcessingFinishedWithError(Category logger,
java.lang.String message,
java.lang.Throwable e,
HermesProcessingStarted startEvent)
- Constructor
- Parameters:
logger - message - e - startEvent - The HermesProcessingStarted event associated with this finish event
getStartEvent
public HermesProcessingStarted getStartEvent()
- Returns the HermesProcessingStarted event associated with this finish event
- Returns: