pt.moredata.dao
Class DuplicatedTableAliasException

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

public class DuplicatedTableAliasException
extends java.lang.RuntimeException

This Exception is throw when a duplicated table alias is found. Company MoreData

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

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

DuplicatedTableAliasException

public DuplicatedTableAliasException(java.lang.String tableAlias)
Creates a new instance of DuplicatedTableAliasException

Parameters:
tableAlias - The table alias.