Skip navigation links


COM.FutureTense.Apps.Util
Class FTError

java.lang.Object
  extended by COM.FutureTense.Apps.Util.FTError


public class FTError
extends java.lang.Object

This class defines a Content Server error with detailed error number and error message


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
clone, equals, finalize, 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()

Skip navigation links


Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.