com.ora.jsp.sql
Class NoSuchColumnException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ora.jsp.sql.NoSuchColumnException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchColumnException
extends java.lang.Exception

This exception is thrown when trying to get a column from a Row using an invalid index or name.

Version:
1.0
Author:
Hans Bergsten, Gefion software
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
NoSuchColumnException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

NoSuchColumnException

public NoSuchColumnException(java.lang.String message)