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

Variable Index

 o messageText
Returns the error as an NLS regarding formatted message.
 o parameters
Returns the parameters of the error; these are to be incorporated into the message text.
 o rc
Returns the return code remembered in the error object.

Constructor Index

 o FmcError()
 o FmcError(int, String[], String)

Variables

 o rc
 public int rc
Returns the return code remembered in the error object.

 o parameters
 public String parameters[]
Returns the parameters of the error; these are to be incorporated into the message text.

 o messageText
 public String messageText
Returns the error as an NLS regarding formatted message.

Constructors

 o FmcError
 public FmcError()
 o FmcError
 public FmcError(int rc,
                 String parameters[],
                 String messageText)

All Packages  Class Hierarchy  This Package  Previous  Next  Index