pt.moredata.dao
Class AmbiguousColumnNameException

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

public class AmbiguousColumnNameException
extends java.lang.RuntimeException

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

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

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

AmbiguousColumnNameException

public AmbiguousColumnNameException(java.lang.String columnName)
Creates a new instance of AmbiguousColumnNameException

Parameters:
columnName - The ambiguous column name.