|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.hardcode.gdbms.engine.data.NoSuchTableException
public class NoSuchTableException
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
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 |
---|
public NoSuchTableException()
public NoSuchTableException(java.lang.String arg0)
arg0
- public NoSuchTableException(java.lang.Throwable arg0)
arg0
- public NoSuchTableException(java.lang.String arg0, java.lang.Throwable arg1)
arg0
- arg1
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |