com.hardcode.gdbms.engine.instruction
Class AmbiguousFieldNameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.hardcode.gdbms.engine.instruction.SemanticException
              extended by com.hardcode.gdbms.engine.instruction.AmbiguousFieldNameException
All Implemented Interfaces:
java.io.Serializable

public class AmbiguousFieldNameException
extends SemanticException

Se da cuando no se puede deducir a qué tabla pertenece un campo

Author:
Fernando González Cortés
See Also:
Serialized Form

Constructor Summary
AmbiguousFieldNameException()
          Creates a new AmbiguousFieldNameException object.
AmbiguousFieldNameException(java.lang.String arg0)
          Creates a new AmbiguousFieldNameException object.
AmbiguousFieldNameException(java.lang.String arg0, java.lang.Throwable arg1)
          Creates a new AmbiguousFieldNameException object.
AmbiguousFieldNameException(java.lang.Throwable arg0)
          Creates a new AmbiguousFieldNameException object.
 
Method Summary
 
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

AmbiguousFieldNameException

public AmbiguousFieldNameException()
Creates a new AmbiguousFieldNameException object.


AmbiguousFieldNameException

public AmbiguousFieldNameException(java.lang.String arg0)
Creates a new AmbiguousFieldNameException object.

Parameters:
arg0 -

AmbiguousFieldNameException

public AmbiguousFieldNameException(java.lang.Throwable arg0)
Creates a new AmbiguousFieldNameException object.

Parameters:
arg0 -

AmbiguousFieldNameException

public AmbiguousFieldNameException(java.lang.String arg0,
                                   java.lang.Throwable arg1)
Creates a new AmbiguousFieldNameException object.

Parameters:
arg0 -
arg1 -


Copyright © 2005-2006 . All Rights Reserved.