|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.workflow.WfException
Provides an abstraction of an abnormal occurrence or error in the usage
or processing of the Workflow service.
Supported API: false
Extendable: false
WTException
,
Serialized FormField 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 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 |
private static final String RESOURCE
private static final String CLASSNAME
private boolean registered
Constructor Detail |
public WfException()
public WfException(String s)
s
- public WfException(Exception e)
e
- public WfException(String rb, String key, Object[] params)
rb
- key
- params
- public WfException(Exception e, String s)
e
- s
- public WfException(Exception e, String rb, String key, Object[] params)
e
- rb
- key
- params
- Method Detail |
public boolean isRegistered()
public void setRegistered(boolean a_Registered)
a_Registered
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |