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 WorkflowServiceError
public String getMessage()
getMessage
in interface WorkflowServiceError
public String getKey()
getKey
in interface WorkflowServiceError
public String getArg1()
getArg1
in interface WorkflowServiceError
public String getArg2()
getArg2
in interface WorkflowServiceError
public void addChild(WorkflowServiceError busError)
addChild
in interface WorkflowServiceError
public void addChildren(Collection children)
addChildren
in interface WorkflowServiceError
public Collection getFlatChildrenList()
getFlatChildrenList
in interface WorkflowServiceError
public MessageMap getMessageMap()
getMessageMap
in interface WorkflowServiceError
public void setMessageMap(MessageMap messageMap)
messageMap
- the messageMap to setCopyright © 2005–2014 The Kuali Foundation. All rights reserved.