it.amattioli.workstate.exceptions
Class WorkflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
it.amattioli.workstate.exceptions.WorkflowException
- All Implemented Interfaces:
- KeyedException, MultiException, Serializable
public class WorkflowException
- extends Exception
- implements KeyedException, MultiException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WorkflowException
public WorkflowException(String tag,
String message)
WorkflowException
public WorkflowException(String tag,
Throwable cause)
WorkflowException
public WorkflowException(String tag,
String message,
Throwable cause)
WorkflowException
public WorkflowException(String tag,
KeyedMessage keyedMessage)
WorkflowException
public WorkflowException(String tag,
KeyedMessage keyedMessage,
Throwable cause)
getTag
public String getTag()
getKeyedMessage
public KeyedMessage getKeyedMessage()
- Specified by:
getKeyedMessage in interface KeyedException
addParameter
public void addParameter(String tag,
String value)
- Specified by:
addParameter in interface KeyedException
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
addCause
public void addCause(Throwable cause)
- Specified by:
addCause in interface MultiException
getCauses
public Collection<Throwable> getCauses()
- Specified by:
getCauses in interface MultiException
Copyright © 2011. All Rights Reserved.