FileDocCategorySizeDatePackage
NoSuchColumnException.javaAPI DocExample377Thu Jun 28 16:14:16 BST 2001com.ora.jsp.sql

NoSuchColumnException

public class NoSuchColumnException extends Exception
This exception is thrown when trying to get a column from a Row using an invalid index or name.
author
Hans Bergsten, Gefion software
version
1.0

Fields Summary
Constructors Summary
public NoSuchColumnException(String message)

        super(message);
    
Methods Summary