COM.FutureTense.Apps.Util
Class FTError

java.lang.Object
  extended byCOM.FutureTense.Apps.Util.FTError

public class FTError
extends java.lang.Object


Field Summary
static int E_CANCELLED
           
static int E_FAIL
           
static int E_PARTIAL_SUCCESS
           
static int E_SUCCESS
           
 
Constructor Summary
FTError()
           
FTError(boolean bError, int iError, java.lang.String sError)
           
 
Method Summary
 void AddToStringError(java.lang.String NewError)
           
 boolean GetBoolError()
           
 int GetIntError()
           
 java.lang.String GetStringError()
           
 void Reset()
           
 void SetBoolError(boolean NewBool)
           
 void SetIntError(int NewInt)
           
 void SetStringError(java.lang.String NewError)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

E_SUCCESS

public static final int E_SUCCESS
See Also:
Constant Field Values

E_PARTIAL_SUCCESS

public static final int E_PARTIAL_SUCCESS
See Also:
Constant Field Values

E_CANCELLED

public static final int E_CANCELLED
See Also:
Constant Field Values

E_FAIL

public static final int E_FAIL
See Also:
Constant Field Values
Constructor Detail

FTError

public FTError()

FTError

public FTError(boolean bError,
               int iError,
               java.lang.String sError)
Method Detail

Reset

public void Reset()

AddToStringError

public void AddToStringError(java.lang.String NewError)

SetStringError

public void SetStringError(java.lang.String NewError)

GetStringError

public java.lang.String GetStringError()

SetBoolError

public void SetBoolError(boolean NewBool)

GetBoolError

public boolean GetBoolError()

SetIntError

public void SetIntError(int NewInt)

GetIntError

public int GetIntError()