suncertify.swingClient.swingTable
Class TableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--suncertify.swingClient.swingTable.TableException

public class TableException
extends java.lang.Exception

The customized class for Table Exceptions

See Also:
Serialized Form

Constructor Summary
TableException()
          The no argument constructor
TableException(java.lang.String str)
          The Single argument constructor
 
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

TableException

public TableException()
The no argument constructor

TableException

public TableException(java.lang.String str)
The Single argument constructor