Package org.kuali.rice.kew.exception
Class WorkflowServiceErrorImpl
java.lang.Object
org.kuali.rice.kew.exception.WorkflowServiceErrorImpl
- All Implemented Interfaces:
Serializable,WorkflowServiceError
Title: DocElementError
Description: A simple object holding any error(s) generated by an IDocElement and it's children IDocElements. See IDocElement documentation for further explanation.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowServiceErrorImpl(String message, String type) WorkflowServiceErrorImpl(String message, String type, String arg1) WorkflowServiceErrorImpl(String message, String type, String arg1, String arg2) WorkflowServiceErrorImpl(String message, String type, String arg1, String arg2, MessageMap messageMap) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChild(WorkflowServiceError busError) voidaddChildren(Collection children) getArg1()getArg2()getKey()voidsetMessageMap(MessageMap messageMap) toString()
-
Constructor Details
-
WorkflowServiceErrorImpl
-
WorkflowServiceErrorImpl
-
WorkflowServiceErrorImpl
-
WorkflowServiceErrorImpl
public WorkflowServiceErrorImpl(String message, String type, String arg1, String arg2, MessageMap messageMap)
-
-
Method Details
-
getChildren
- Specified by:
getChildrenin interfaceWorkflowServiceError
-
getMessage
- Specified by:
getMessagein interfaceWorkflowServiceError
-
getKey
- Specified by:
getKeyin interfaceWorkflowServiceError
-
getArg1
- Specified by:
getArg1in interfaceWorkflowServiceError
-
getArg2
- Specified by:
getArg2in interfaceWorkflowServiceError
-
addChild
- Specified by:
addChildin interfaceWorkflowServiceError
-
addChildren
- Specified by:
addChildrenin interfaceWorkflowServiceError
-
getFlatChildrenList
- Specified by:
getFlatChildrenListin interfaceWorkflowServiceError
-
toString
-
getMessageMap
- Specified by:
getMessageMapin interfaceWorkflowServiceError- Returns:
- the messageMap
-
setMessageMap
- Parameters:
messageMap- the messageMap to set
-