com.hack23.cia.model.impl.application.common
Class ApplicationErrorActionEvent

Package class diagram package ApplicationErrorActionEvent
java.lang.Object
  extended by com.hack23.cia.model.impl.common.BaseEntity
      extended by com.hack23.cia.model.impl.application.common.AbstractActionEvent
          extended by com.hack23.cia.model.impl.application.common.ApplicationErrorActionEvent
All Implemented Interfaces:
ActionEvent, ApplicationErrorEventData, EventData, Event, ModelObject, PersistedModelObject, Serializable

@Entity
public class ApplicationErrorActionEvent
extends AbstractActionEvent
implements ApplicationErrorEventData

The Class ApplicationErrorActionEvent.

See Also:
Serialized Form

Constructor Summary
ApplicationErrorActionEvent()
          Instantiates a new application error action event.
ApplicationErrorActionEvent(Date createdDate, UserSessionData userSession, String stackTrace, String errorMessage)
          Instantiates a new application error action event.
 
Method Summary
 String getErrorMessage()
          Gets the error message.
 String getStackTrace()
          Gets the stack trace.
 void setErrorMessage(String errorMessage)
          Sets the error message.
 void setStackTrace(String stackTrace)
          Sets the stack trace.
 
Methods inherited from class com.hack23.cia.model.impl.application.common.AbstractActionEvent
computeExutionTime, getActionEventType, getApplicationTypeContext, getCreatedDate, getExecutionTime, getId, getUserSession, getVersion, setActionEventType, setCreatedDate, setExecutionTime, setId, setUserSession, setVersion
 
Methods inherited from class com.hack23.cia.model.impl.common.BaseEntity
equals, getTypeContext, hashCode, isNew
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.hack23.cia.model.api.application.ActionEvent
computeExutionTime, getActionEventType, getCreatedDate, getExecutionTime, setActionEventType, setCreatedDate, setExecutionTime
 
Methods inherited from interface com.hack23.cia.model.api.common.PersistedModelObject
getId, getTypeContext, getVersion, isNew, setId, setVersion
 

Constructor Detail

ApplicationErrorActionEvent

public ApplicationErrorActionEvent()
Instantiates a new application error action event.


ApplicationErrorActionEvent

public ApplicationErrorActionEvent(Date createdDate,
                                   UserSessionData userSession,
                                   String stackTrace,
                                   String errorMessage)
Instantiates a new application error action event.

Parameters:
createdDate - the created date
userSession - the user session
stackTrace - the stack trace
errorMessage - the error message
Method Detail

getErrorMessage

public String getErrorMessage()
Gets the error message.

Returns:
the error message

getStackTrace

public String getStackTrace()
Gets the stack trace.

Returns:
the stack trace

setErrorMessage

public void setErrorMessage(String errorMessage)
Sets the error message.

Parameters:
errorMessage - the new error message

setStackTrace

public void setStackTrace(String stackTrace)
Sets the stack trace.

Parameters:
stackTrace - the new stack trace


Copyright © 2008-2009 www.hack23.com. All Rights Reserved.