| Package | com.mapquest |
| Class | public class ErrorConstants |
| Method | Defined by | ||
|---|---|---|---|
| ErrorConstants | |||
| Constant | Defined 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 | ||
| ErrorConstants | () | constructor |
public function ErrorConstants()
| RECORDSET_GETFIELD_1 | constant |
public static const RECORDSET_GETFIELD_1:String = "failure in getField -- m_curRec is not Pointing to an existing Record"
| RECORDSET_GETFIELD_2 | constant |
public static const RECORDSET_GETFIELD_2:String = "failure in getField -- could not find strFieldName"
| RECORDSET_MOVEFIRST_1 | constant |
public static const RECORDSET_MOVEFIRST_1:String = "failure in moveFirst -- Error Moving Cursor, RecordSet is Empty."
| RECORDSET_MOVELAST_1 | constant |
public static const RECORDSET_MOVELAST_1:String = "Error Moving Cursor, RecordSet is Empty."
| RECORDSET_MOVENEXT_1 | constant |
public static const RECORDSET_MOVENEXT_1:String = "Error Moving Cursor, EOF was true."
| RECORDSET_MOVENEXT_2 | constant |
public static const RECORDSET_MOVENEXT_2:String = "Error Moving Cursor, Unknown Error."
| RECORDSET_MOVENEXT_3 | constant |
public static const RECORDSET_MOVENEXT_3:String = "Error Moving Cursor, RecordSet is Empty."