org.kuali.rice.kew.exception
Class WorkflowServiceErrorImpl
java.lang.Object
   org.kuali.rice.kew.exception.WorkflowServiceErrorImpl
org.kuali.rice.kew.exception.WorkflowServiceErrorImpl
- All Implemented Interfaces: 
- Serializable, WorkflowServiceError
- public class WorkflowServiceErrorImpl 
- extends Object- implements 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.
 Copyright: Copyright (c) 2002
 Company: Indiana University
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
| Constructor Summary | 
| WorkflowServiceErrorImpl(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)
 | 
 
 
 
WorkflowServiceErrorImpl
public WorkflowServiceErrorImpl(String message,
                                String type)
WorkflowServiceErrorImpl
public WorkflowServiceErrorImpl(String message,
                                String type,
                                String arg1)
WorkflowServiceErrorImpl
public WorkflowServiceErrorImpl(String message,
                                String type,
                                String arg1,
                                String arg2)
WorkflowServiceErrorImpl
public WorkflowServiceErrorImpl(String message,
                                String type,
                                String arg1,
                                String arg2,
                                MessageMap messageMap)
getChildren
public Collection getChildren()
- 
- Specified by:
- getChildrenin interface- WorkflowServiceError
 
- 
 
getMessage
public String getMessage()
- 
- Specified by:
- getMessagein interface- WorkflowServiceError
 
- 
 
getKey
public String getKey()
- 
- Specified by:
- getKeyin interface- WorkflowServiceError
 
- 
 
getArg1
public String getArg1()
- 
- Specified by:
- getArg1in interface- WorkflowServiceError
 
- 
 
getArg2
public String getArg2()
- 
- Specified by:
- getArg2in interface- WorkflowServiceError
 
- 
 
addChild
public void addChild(WorkflowServiceError busError)
- 
- Specified by:
- addChildin interface- WorkflowServiceError
 
- 
 
addChildren
public void addChildren(Collection children)
- 
- Specified by:
- addChildrenin interface- WorkflowServiceError
 
- 
 
getFlatChildrenList
public Collection getFlatChildrenList()
- 
- Specified by:
- getFlatChildrenListin interface- WorkflowServiceError
 
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
 
getMessageMap
public MessageMap getMessageMap()
- 
- Specified by:
- getMessageMapin interface- WorkflowServiceError
 
- 
- Returns:
- the messageMap
 
setMessageMap
public void setMessageMap(MessageMap messageMap)
- 
 
- 
- Parameters:
- messageMap- the messageMap to set
 
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.