pt.moredata.dao
Class UnknownTableNameException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bypt.moredata.dao.UnknownTableNameException
All Implemented Interfaces:
java.io.Serializable

public class UnknownTableNameException
extends java.lang.RuntimeException

This is an exception that is thrown whenever a reference is made to a non-existent table name of the DAOFieldsInfo of a DataAccessObject. Company MoreData

Version:
$Revision: 1.2 $
Author:
pcarmo
See Also:
Serialized Form

Constructor Summary
UnknownTableNameException(java.lang.String tableName)
          Creates a new instance of UnknownTableNameException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownTableNameException

public UnknownTableNameException(java.lang.String tableName)
Creates a new instance of UnknownTableNameException

Parameters:
tableName - The unknown table name.