com.hardcode.gdbms.engine.instruction
Class TableNotFoundException

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

public class TableNotFoundException
extends SemanticException

Excepción que se lanza cuando no se encuentra una tabla en la instrucción introducida por el usuario

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

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

TableNotFoundException

public TableNotFoundException()
Creates a new TableNotFoundException object.


TableNotFoundException

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

Parameters:
arg0 -

TableNotFoundException

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

Parameters:
arg0 -

TableNotFoundException

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

Parameters:
arg0 -
arg1 -


Copyright © 2005-2006 . All Rights Reserved.