org.openware.job.data
Class TableRowException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.openware.job.data.TableRowException
All Implemented Interfaces:
java.io.Serializable

public class TableRowException
extends java.lang.Exception

Exception thrown when there are errors accessing or in some way manipulating TableRow objects.

Version:
$Revision: 1.1.1.1 $ $Date: 2000/10/30 06:17:07 $
Author:
Vincent Sheffer
See Also:
Serialized Form

Constructor Summary
TableRowException()
           
TableRowException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableRowException

public TableRowException()

TableRowException

public TableRowException(java.lang.String msg)


Copyright © 2000,2001 Openware. All Rights Reserved.