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
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(WorkflowServiceError busError) |
void |
addChildren(Collection children) |
String |
getArg1() |
String |
getArg2() |
Collection |
getChildren() |
Collection |
getFlatChildrenList() |
String |
getKey() |
String |
getMessage() |
MessageMap |
getMessageMap() |
void |
setMessageMap(MessageMap messageMap) |
String |
toString() |
public WorkflowServiceErrorImpl(String message, String type)
public WorkflowServiceErrorImpl(String message, String type, String arg1)
public WorkflowServiceErrorImpl(String message, String type, String arg1, String arg2)
public WorkflowServiceErrorImpl(String message, String type, String arg1, String arg2, MessageMap messageMap)
public Collection getChildren()
getChildren in interface WorkflowServiceErrorpublic String getMessage()
getMessage in interface WorkflowServiceErrorpublic String getKey()
getKey in interface WorkflowServiceErrorpublic String getArg1()
getArg1 in interface WorkflowServiceErrorpublic String getArg2()
getArg2 in interface WorkflowServiceErrorpublic void addChild(WorkflowServiceError busError)
addChild in interface WorkflowServiceErrorpublic void addChildren(Collection children)
addChildren in interface WorkflowServiceErrorpublic Collection getFlatChildrenList()
getFlatChildrenList in interface WorkflowServiceErrorpublic MessageMap getMessageMap()
getMessageMap in interface WorkflowServiceErrorpublic void setMessageMap(MessageMap messageMap)
messageMap - the messageMap to setCopyright © 2005–2015 The Kuali Foundation. All rights reserved.