com.hardcode.gdbms.engine.data
Class NoSuchTableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.hardcode.gdbms.engine.data.NoSuchTableException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchTableException
extends java.lang.Exception

Excepción que indica que a partir del nombre de una tabla no ha sido posible encontrar el fichero asociado. Entre las causas comunes que ocasionan una excepción de este tipo se encuentran el escribir mal el nombre de la tabla, el no haber añadido la tabla al sistema o el haber cambiado el fichero asociado a la tabla de lugar

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

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

NoSuchTableException

public NoSuchTableException()
Creates a new NoSuchTableException object.


NoSuchTableException

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

Parameters:
arg0 -

NoSuchTableException

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

Parameters:
arg0 -

NoSuchTableException

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

Parameters:
arg0 -
arg1 -


Copyright © 2005-2006 . All Rights Reserved.