All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.workflow.api.FmcError
java.lang.Object
|
+----com.ibm.workflow.api.FmcError
- public final class FmcError
- extends Object
- implements Serializable
- Version:
- 3.2.0.2
-
messageText
- Returns the error as an NLS
regarding formatted message.
-
parameters
- Returns the parameters of the
error; these are to be incorporated into the message text.
-
rc
- Returns the return code remembered in the
error object.
-
FmcError()
-
-
FmcError(int, String[], String)
-
rc
public int rc
- Returns the return code remembered in the
error object.
parameters
public String parameters[]
- Returns the parameters of the
error; these are to be incorporated into the message text.
messageText
public String messageText
- Returns the error as an NLS
regarding formatted message.
FmcError
public FmcError()
FmcError
public FmcError(int rc,
String parameters[],
String messageText)
All Packages Class Hierarchy This Package Previous Next Index