* Copy and Paste will work *

WfccmExceptionCodes

Creation error

"\n  Failure when trying to create " + this.GetType().ToString() + " `" + this.name + "'!"

Add row/column error

"\n  Failure when trying to add column `" + colName + "' to " + this.GetType().ToString() + " `" + this.name + "'!"
"\n  Failure when trying to add row `" + id + "' to " + this.GetType().ToString() + " `" + this.name + "'!"

Append/Merge error

"\n  Cannot append rows with an incorrect number of columns!"
"\n  Duplicate row ids when trying to merge " + newRows.GetType().ToString() + " `" + newRows.name + "' to " + tmp.GetType().ToString() + " `" + tmp.name + "'!"
"\n  Failure when trying to append " + newRows.GetType().ToString() + " `" + newRows.name + "' to " + this.GetType().ToString() + " `" + this.name + "'!"
"\n  Duplicate column names when trying to merge " + newCols.GetType().ToString() + " `" + newCols.name + "' to " + tmp.GetType().ToString() + " `" + tmp.name + "'!"
"\n  Failure when trying to merge " + newCols.GetType().ToString() + " `" + newCols.name + "' to " + this.GetType().ToString() + " `" + this.name + "'!"

Duplicate column name/row id

"\n  Duplicate name when trying to add the column `" + colName + "' to " + this.GetType().ToString() + " `" + this.name + "'!"
"\n  Duplicate name when trying to set the column name to `" + name + "' at index " + colIndex + " in " + this.GetType().ToString() + " `" + this.name + "'!"
"\n  Duplicate id when trying to add the row `" + id + "' to " + this.GetType().ToString() + " `" + this.name + "'!"

Invalid index

"\n  Invalid index when trying to set a column name to `" + name + "' at index " + colIndex + " in " + this.GetType().ToString() + " `" + this.name + "'!"
"\n  Invalid index when trying to remove a column at index " + colIndex + " in " + this.GetType().ToString() + " `" + this.name + "'!"
"\n  Invalid index when trying to access a column at index " + colIndex + " in " + this.GetType().ToString() + " `" + this.name + "!"
"\n  Invalid index when trying to remove a row at index " + rowIndex + " in " + this.GetType().ToString() + " `" + this.name + "'!"
"\n  Invalid index when trying to access a row at index " + rowIndex + " in " + this.GetType().ToString() + " `" + this.name + "'!"
"\n  Invalid indices when trying to set an object to `" + newObject.ToString() + "' at row index " + rowIndex + " and column index " + colIndex + " in " + this.GetType().ToString() + " `" + this.name + "'!"
"\n  Invalid indices when trying to access an object at row index " + rowIndex + " and column index " + colIndex + " in " + this.GetType().ToString() + " `" + this.name + "'!"

Invalid key

"\n  Failure when trying to access the index for column `" + colName + "' in " + this.GetType().ToString() + " `" + this.name + "'!"
"\n  Failure when trying to access the index for row `" + rowId + "' in " + this.GetType().ToString() + " `" + this.name + "'!"

File

"\n  Unable to open a stream to the file `" + fileName + "' for reading!"
"\n  Unable to open a stream to the file `" + fileName + "' for writing!"
"\n  Number of values in row `" + st[0] + "' is not equal to the number of columns in file `" + fileName +"'!"
"\n  Data format of the file `" + fileName + "' is not correct!"
"\n  Failed to load a " + this.GetType().ToString() + " from the file `" + fileName + "'!"));
"\n  Failed to write " + this.GetType().ToString() + " `" + this.name + "' to the file `" + fileName + "'!"));
"\n  Failed to load the header from file `" + fileName + "'!"

-- WillGray - 08 Jul 2004
Edit | Attach | Print version | History: r16 | r14 < r13 < r12 < r11 | Backlinks | View wiki text | Edit WikiText | More topic actions...
Topic revision: r13 - 08 Jul 2004, WillGray
 

This site is powered by FoswikiCopyright © 2013-2022 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Vanderbilt Biostatistics Wiki? Send feedback