com.ibm.workflow.api
Class FmcError

java.lang.Object
  |
  +--com.ibm.workflow.api.FmcError
All Implemented Interfaces:
java.io.Serializable

public final class FmcError
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.String messageText
          Returns the error as an NLS regarding formatted message.
 java.lang.String[] parameters
          Returns the parameters of the error; these are to be incorporated into the message text.
 int rc
          Returns the return code remembered in the error object.
 
Constructor Summary
FmcError()
           
FmcError(int rc, java.lang.String[] parameters, java.lang.String messageText)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rc

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


parameters

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


messageText

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

Constructor Detail

FmcError

public FmcError()

FmcError

public FmcError(int rc,
                java.lang.String[] parameters,
                java.lang.String messageText)


© Copyright IBM Corporation 1999, 2008. All Rights Reserved.