All Packages Class Hierarchy This Package Previous Next Index
Class javax.infobus.ColumnNotFoundException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----javax.infobus.ColumnNotFoundException
- public class ColumnNotFoundException
- extends Exception
The ColumnNotFoundException is thrown by a RowsetAccess object
when a specified column (e.g. by name) does not exist
-
ColumnNotFoundException(String)
- Creates a ColumnNotFoundException
ColumnNotFoundException
public ColumnNotFoundException(String s)
- Creates a ColumnNotFoundException
- Parameters:
- s - a message describing details of the exception
All Packages Class Hierarchy This Package Previous Next Index