|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ikasan.framework.error.model.ErrorOccurrence
public class ErrorOccurrence
This class represents an occurrence of an error in the system encapsulating as much as possible about the occurrence of that error
| Constructor Summary | |
|---|---|
ErrorOccurrence(Throwable throwable,
Event event,
String moduleName,
String flowName,
String flowElementName,
Date expiry,
String actionTaken)
Constructor, to be used when the error relates to an Event |
|
ErrorOccurrence(Throwable throwable,
String moduleName,
String initiatorName,
Date expiry,
String actionTaken)
Constructor to be used when there is no Event involved |
|
| Method Summary | |
|---|---|
String |
getActionTaken()
Accessor for actionTaken |
String |
getErrorDetail()
|
Event |
getErrorEvent()
Accessor for ErrorEvent |
String |
getErrorSummary()
|
String |
getEventId()
|
ExcludedEvent |
getExcludedEvent()
Accessor for ExcludedEvent |
Date |
getExpiry()
|
String |
getFlowElementName()
|
String |
getFlowName()
|
Long |
getId()
|
String |
getInitiatorName()
|
Date |
getLogTime()
|
String |
getModuleName()
|
String |
getUrl()
Accessor for url |
void |
setActionTaken(String actionTaken)
Mutator for actionTaken |
void |
setErrorDetail(String errorDetail)
|
void |
setEventId(String eventId)
|
void |
setExcludedEvent(ExcludedEvent excludedEvent)
Setter for excluded Event TODO make this non public |
void |
setExpiry(Date expiry)
|
void |
setFlowElementName(String flowElementName)
|
void |
setFlowName(String flowName)
|
void |
setId(Long id)
|
void |
setInitiatorName(String initiatorName)
|
void |
setLogTime(Date logTime)
|
void |
setModuleName(String moduleName)
|
void |
setUrl(String url)
Mutator for url |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ErrorOccurrence(Throwable throwable,
Event event,
String moduleName,
String flowName,
String flowElementName,
Date expiry,
String actionTaken)
flowElementName - flowName - initiatorName - moduleName - expiry - actionTaken -
public ErrorOccurrence(Throwable throwable,
String moduleName,
String initiatorName,
Date expiry,
String actionTaken)
throwable - moduleName - initiatorName - expiry - actionTaken - | Method Detail |
|---|
public String getErrorDetail()
public String getEventId()
public String getFlowElementName()
public String getFlowName()
public String getInitiatorName()
public Date getLogTime()
public String getModuleName()
public void setErrorDetail(String errorDetail)
errorDetail - the errorDetail to setpublic void setEventId(String eventId)
eventId - the eventId to setpublic void setFlowElementName(String flowElementName)
flowElementName - the flowElementName to setpublic void setFlowName(String flowName)
flowName - the flowName to setpublic void setInitiatorName(String initiatorName)
initiatorName - the initiatorName to setpublic void setLogTime(Date logTime)
logTime - the logTime to setpublic void setModuleName(String moduleName)
moduleName - the moduleName to setpublic Long getId()
public String getErrorSummary()
public void setId(Long id)
id - the id to setpublic void setExpiry(Date expiry)
expiry - the expiry to setpublic Date getExpiry()
public ExcludedEvent getExcludedEvent()
public void setExcludedEvent(ExcludedEvent excludedEvent)
excludedEvent - public void setUrl(String url)
url - public String getUrl()
public String getActionTaken()
public void setActionTaken(String actionTaken)
actionTaken - public Event getErrorEvent()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||