wt.workflow
Class WfException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bywt.util.WTException
              extended bywt.workflow.WfException
All Implemented Interfaces:
LocalizableMessage, Message, Serializable
Direct Known Subclasses:
AlreadyRunningException, BlockTransformationException, CannotCompleteException, CannotResumeException, CannotStartException, CannotStopException, CannotSuspendException, DataMissingException, ExpressionAlreadyExistsException, FailedApplicationException, FailedExpressionException, FailedTransitionException, FailedURLException, HistoryNotAvailableException, InvalidActionException, InvalidDataException, InvalidDestinationException, InvalidEventException, InvalidPerformerException, InvalidProxyException, InvalidSourceException, InvalidStateException, InvalidTypeException, InvalidVariableInfoException, MultipleTargetException, NotAssigned, NotEnabledException, NotRunningException, ResultNotAvailableException, SourceNotAvailableException, TransitionNotAllowedException

public class WfException
extends WTException
implements Serializable

Provides an abstraction of an abnormal occurrence or error in the usage or processing of the Workflow service.

Supported API: false

Extendable: false

See Also:
WTException, Serialized Form

Field Summary
private static String CLASSNAME
           
private  boolean registered
           
private static String RESOURCE
           
 
Fields inherited from class wt.util.WTException
GETMESSAGE_LINE_SEPARATOR, LINE_SEPARATOR, SPACE_SEPARATOR, TOSTRING_LINE_SEPARATOR
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
WfException()
          

Supported API: false
WfException(Exception e)
          

Supported API: false
WfException(Exception e, String s)
          

Supported API: false
WfException(Exception e, String rb, String key, Object[] params)
          

Supported API: false
WfException(String s)
          

Supported API: false
WfException(String rb, String key, Object[] params)
          

Supported API: false
 
Method Summary
 boolean isRegistered()
          Gets the value of the attribute: registered; Stores whether the exception has already been registered with the workflow engine.
 void setRegistered(boolean a_Registered)
          Sets the value of the attribute: registered; Stores whether the exception has already been registered with the workflow engine.
 
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
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

registered

private boolean registered
Constructor Detail

WfException

public WfException()


Supported API: false


WfException

public WfException(String s)


Supported API: false

Parameters:
s -

WfException

public WfException(Exception e)


Supported API: false

Parameters:
e -

WfException

public WfException(String rb,
                   String key,
                   Object[] params)


Supported API: false

Parameters:
rb -
key -
params -

WfException

public WfException(Exception e,
                   String s)


Supported API: false

Parameters:
e -
s -

WfException

public WfException(Exception e,
                   String rb,
                   String key,
                   Object[] params)


Supported API: false

Parameters:
e -
rb -
key -
params -
Method Detail

isRegistered

public boolean isRegistered()
Gets the value of the attribute: registered; Stores whether the exception has already been registered with the workflow engine. Used primarily to avoid multiple recordings of the same exception.

Supported API: false

Returns:
boolean

setRegistered

public void setRegistered(boolean a_Registered)
Sets the value of the attribute: registered; Stores whether the exception has already been registered with the workflow engine. Used primarily to avoid multiple recordings of the same exception.

Supported API: false

Parameters:
a_Registered -