Serialized Form

Class COM.FutureTense.Util.ftErrors extends java.lang.Exception implements Serializable

Serialized Fields

m_nErrorCode

int m_nErrorCode

m_bResult

boolean m_bResult

m_nErrorReason

int m_nErrorReason

m_aErrorDetails

java.lang.String[] m_aErrorDetails


Class COM.FutureTense.Interfaces.FTVAL extends java.lang.Object implements Serializable

Serialization Methods

readObject

public void readObject(java.io.ObjectInputStream oObjectInputStream)
                throws java.io.IOException,
                       java.lang.ClassNotFoundException
Method to read a serialized object from an input stream

Throws:
java.io.IOException
java.lang.ClassNotFoundException
Since:
5.0

writeObject

public void writeObject(java.io.ObjectOutputStream oObjectOutputStream)
                 throws java.io.IOException
Method to write a serialized object to an output stream

Throws:
java.io.IOException
Since:
5.0
Serialized Fields

vt

int vt

data

java.lang.Object data

bFile

boolean bFile


Class COM.FutureTense.Interfaces.FTValList extends java.util.Hashtable implements Serializable

Serialized Fields

log

org.apache.commons.logging.Log log


Class COM.FutureTense.Access.UserError extends ftErrors implements Serializable