|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcom.hack23.cia.model.impl.common.BaseEntity
com.hack23.cia.model.impl.application.events.user.AbstractActionEvent
com.hack23.cia.model.impl.application.events.user.ApplicationErrorActionEvent
@Entity public class ApplicationErrorActionEvent extends AbstractActionEvent implements ApplicationErrorEventData
The Class ApplicationErrorActionEvent.
| Constructor and Description |
|---|
ApplicationErrorActionEvent()
Instantiates a new application error action event. |
ApplicationErrorActionEvent(Date createdDate,
String stackTrace,
String errorMessage)
Instantiates a new application error action event. |
| Modifier and Type | Method and Description |
|---|---|
ActionEventType |
getActionEventType()
Gets the action event type. |
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.events.user.AbstractActionEvent |
|---|
computeExutionTime, getApplicationTypeContext, getCreatedDate, getExecutionTime, getId, getVersion, setCreatedDate, setExecutionTime, setId, 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.events.ActionEvent |
|---|
computeExutionTime, getCreatedDate, getExecutionTime, setCreatedDate, setExecutionTime |
| Methods inherited from interface com.hack23.cia.model.api.common.PersistedModelObject |
|---|
getId, getTypeContext, getVersion, isNew, setId, setVersion |
| Constructor Detail |
|---|
public ApplicationErrorActionEvent()
public ApplicationErrorActionEvent(Date createdDate,
String stackTrace,
String errorMessage)
createdDate - the created datestackTrace - the stack traceerrorMessage - the error message| Method Detail |
|---|
public ActionEventType getActionEventType()
ActionEvent
getActionEventType in interface ActionEventgetActionEventType in class AbstractActionEventpublic String getErrorMessage()
public String getStackTrace()
public void setErrorMessage(String errorMessage)
errorMessage - the new error messagepublic void setStackTrace(String stackTrace)
stackTrace - the new stack trace
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||