wt.workflow.definer
Class InvalidEventException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.workflow.WfException
wt.workflow.definer.InvalidEventException
- All Implemented Interfaces:
- LocalizableMessage, Message, Serializable
- public class InvalidEventException
- extends WfException
- implements Serializable
Exception thrown when an attempt is made to use an object that doesn't
belong to the set of events allowed in a certain context. For example,
an object which is not a transition nor a user defined event for a given
activity.
Supported API: false
Extendable: false
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class wt.util.WTException |
getAdditionalMessageArray, getAdditionalMessages, getAdditionalMessages, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, getStandardMessage, getStandardMessage, printStackTrace, printStackTrace, printStackTrace, setLocalizedMessage, toString, toString |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
InvalidEventException
public InvalidEventException(String rb,
String key,
Object[] params)
- Constructs a new localized exception.
Supported API: false
- Parameters:
rb
- key
- params
-
InvalidEventException
public InvalidEventException(String msg)
- Constructs a new exception with an embedded exception.
Supported API: false
- Parameters:
msg
-