Packagecom.mapquest
Classpublic class ErrorConstants

Constanst used for error strings. All Constants are static.



Public Methods
 MethodDefined by
  
ErrorConstants
Public Constants
 ConstantDefined by
  RECORDSET_GETFIELD_1 : String = "failure in getField -- m_curRec is not Pointing to an existing Record"
[static]
ErrorConstants
  RECORDSET_GETFIELD_2 : String = "failure in getField -- could not find strFieldName"
[static]
ErrorConstants
  RECORDSET_MOVEFIRST_1 : String = "failure in moveFirst -- Error Moving Cursor, RecordSet is Empty."
[static]
ErrorConstants
  RECORDSET_MOVELAST_1 : String = "Error Moving Cursor, RecordSet is Empty."
[static]
ErrorConstants
  RECORDSET_MOVENEXT_1 : String = "Error Moving Cursor, EOF was true."
[static]
ErrorConstants
  RECORDSET_MOVENEXT_2 : String = "Error Moving Cursor, Unknown Error."
[static]
ErrorConstants
  RECORDSET_MOVENEXT_3 : String = "Error Moving Cursor, RecordSet is Empty."
[static]
ErrorConstants
Constructor detail
ErrorConstants()constructor
public function ErrorConstants()
Constant detail
RECORDSET_GETFIELD_1constant
public static const RECORDSET_GETFIELD_1:String = "failure in getField -- m_curRec is not Pointing to an existing Record"
RECORDSET_GETFIELD_2constant 
public static const RECORDSET_GETFIELD_2:String = "failure in getField -- could not find strFieldName"
RECORDSET_MOVEFIRST_1constant 
public static const RECORDSET_MOVEFIRST_1:String = "failure in moveFirst -- Error Moving Cursor, RecordSet is Empty."
RECORDSET_MOVELAST_1constant 
public static const RECORDSET_MOVELAST_1:String = "Error Moving Cursor, RecordSet is Empty."
RECORDSET_MOVENEXT_1constant 
public static const RECORDSET_MOVENEXT_1:String = "Error Moving Cursor, EOF was true."
RECORDSET_MOVENEXT_2constant 
public static const RECORDSET_MOVENEXT_2:String = "Error Moving Cursor, Unknown Error."
RECORDSET_MOVENEXT_3constant 
public static const RECORDSET_MOVENEXT_3:String = "Error Moving Cursor, RecordSet is Empty."