wt.workflow.engine
Class CannotStartException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.workflow.WfException
wt.workflow.engine.CannotStartException
- All Implemented Interfaces:
- LocalizableMessage, Message, Serializable
- public class CannotStartException
- extends WfException
- implements Serializable
Thrown if an attempt is made to start a WfExecutionObject that can't
be started. For example, a required variable hasn't been assigned a
value.
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
CannotStartException
public CannotStartException(String rb,
String key,
Object[] params)
- Constructs a new localized exception.
Supported API: false
- Parameters:
rb
- Name of the resource bundle.key
- Identifier for the message associated with the exception.params
- Insertion parameter objects.
CannotStartException
public CannotStartException(Exception e)
- Constructs an CannotStartException object with embedded exception.
Supported API: false
- Parameters:
e
-