alma.hla.runtime.asdm.ex.NoSuchRow Class Reference

List of all members.

Detailed Description

Generate an exception when an expected row cannot be found.


Public Member Functions

 NoSuchRow (int rowNumber, String tableName)
 Create an exception when an expected row cannot be found.
 NoSuchRow (String key, String tableName)
 Create an exception when an expected row cannot be found.
 NoSuchRow (int N, String toTableName, String fromTableName)
 Create an exception when an expected link cannot be found.
 NoSuchRow (String key, String toTableName, String fromTableName)
 Create an exception when an expected link cannot be found.
 NoSuchRow (String toTableName, String fromTableName, boolean option)
 Create an exception when an optional link does not exist.


Constructor & Destructor Documentation

alma.hla.runtime.asdm.ex.NoSuchRow.NoSuchRow int  rowNumber,
String  tableName
 

Create an exception when an expected row cannot be found.

Parameters:
rowNumber The row number that cannot be found.
tableName The table being searched.

alma.hla.runtime.asdm.ex.NoSuchRow.NoSuchRow String  key,
String  tableName
 

Create an exception when an expected row cannot be found.

Parameters:
key The key of the row that cannot be found.
tableName The table being searched.

alma.hla.runtime.asdm.ex.NoSuchRow.NoSuchRow int  N,
String  toTableName,
String  fromTableName
 

Create an exception when an expected link cannot be found.

Parameters:
N The link number that cannot be found.
toTableName The table to which the link is directed.
fromTableName The table from which the link is directed.

alma.hla.runtime.asdm.ex.NoSuchRow.NoSuchRow String  key,
String  toTableName,
String  fromTableName
 

Create an exception when an expected link cannot be found.

Parameters:
key The key of the link that cannot be found.
toTableName The table to which the link is directed.
fromTableName The table from which the link is directed.

alma.hla.runtime.asdm.ex.NoSuchRow.NoSuchRow String  toTableName,
String  fromTableName,
boolean  option
 

Create an exception when an optional link does not exist.

Parameters:
toTableName The table to which the link is directed.
fromTableName The table from which the link is directed.
option Is not really used.


The documentation for this class was generated from the following file:
Generated on Tue Nov 18 17:46:49 2008 for ASDM Java Implementation by doxygen 1.3.8