Interface WorkflowError
-
- All Known Implementing Classes:
WorkflowErrorImpl
public interface WorkflowError
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Action
getAction()
Date
getActionDate()
String
getErrorMessage()
ProcessInstance
getProcessInstance()
State
getResolvedState()
String
getStackTrace()
User
getUser()
-
-
-
Method Detail
-
getProcessInstance
ProcessInstance getProcessInstance() throws WorkflowException
- Returns:
- ProcessInstance
- Throws:
WorkflowException
-
getErrorMessage
String getErrorMessage()
- Returns:
- error message
-
getStackTrace
String getStackTrace()
- Returns:
- stack trace
-
getUser
User getUser() throws WorkflowException
- Returns:
- user
- Throws:
WorkflowException
-
getAction
Action getAction() throws WorkflowException
- Returns:
- action
- Throws:
WorkflowException
-
getActionDate
Date getActionDate()
- Returns:
- action date
-
getResolvedState
State getResolvedState() throws WorkflowException
- Returns:
- resolved state
- Throws:
WorkflowException
-
-