javax.infobus
Class ColumnNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.infobus.ColumnNotFoundException

public class ColumnNotFoundException
extends java.lang.Exception

The ColumnNotFoundException is thrown by a RowsetAccess object when a specified column (e.g. by name) does not exist

See Also:
Serialized Form

Constructor Summary
ColumnNotFoundException(java.lang.String s)
          Creates a ColumnNotFoundException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ColumnNotFoundException

public ColumnNotFoundException(java.lang.String s)
Creates a ColumnNotFoundException
Parameters:
s - a message describing details of the exception