com.hardcode.gdbms.engine.instruction
Class FieldNotFoundException

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.FieldNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class FieldNotFoundException
extends SemanticException

Se da cuando no hay ningún campo con el nombre dado en las tablas de la cláusula FROM

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

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

FieldNotFoundException

public FieldNotFoundException()
Creates a new FieldNotFoundException object.


FieldNotFoundException

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

Parameters:
arg0 -

FieldNotFoundException

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

Parameters:
arg0 -

FieldNotFoundException

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

Parameters:
arg0 -
arg1 -


Copyright © 2005-2006 . All Rights Reserved.