pt.moredata.dao
Class AmbiguousTableNameException

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

public class AmbiguousTableNameException
extends java.lang.RuntimeException

This is an exception that is thrown whenever a reference is made to a table name that exists more than once in the DAOFieldsInfo of a DataAccessObject. Company MoreData

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

Constructor Summary
AmbiguousTableNameException(java.lang.String tableName)
          Creates a new instance of AmbiguousTableNameException
 
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

AmbiguousTableNameException

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

Parameters:
tableName - The ambiguous table name.