org.kuali.rice.kew.exception
Class WorkflowServiceErrorImpl

java.lang.Object
  extended by 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)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

getChildren

public Collection getChildren()
Specified by:
getChildren in interface WorkflowServiceError

getMessage

public String getMessage()
Specified by:
getMessage in interface WorkflowServiceError

getKey

public String getKey()
Specified by:
getKey in interface WorkflowServiceError

getArg1

public String getArg1()
Specified by:
getArg1 in interface WorkflowServiceError

getArg2

public String getArg2()
Specified by:
getArg2 in interface WorkflowServiceError

addChild

public void addChild(WorkflowServiceError busError)
Specified by:
addChild in interface WorkflowServiceError

addChildren

public void addChildren(Collection children)
Specified by:
addChildren in interface WorkflowServiceError

getFlatChildrenList

public Collection getFlatChildrenList()
Specified by:
getFlatChildrenList in interface WorkflowServiceError

toString

public String toString()
Overrides:
toString in class Object

getMessageMap

public MessageMap getMessageMap()
Specified by:
getMessageMap in interface WorkflowServiceError
Returns:
the messageMap

setMessageMap

public void setMessageMap(MessageMap messageMap)
Parameters:
messageMap - the messageMap to set


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.