|
||||||||||
| 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.instruction.SemanticException
com.hardcode.gdbms.engine.instruction.TableNotFoundException
public class TableNotFoundException
Excepción que se lanza cuando no se encuentra una tabla en la instrucción introducida por el usuario
| 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 |
|---|
public TableNotFoundException()
public TableNotFoundException(java.lang.String arg0)
arg0 - public TableNotFoundException(java.lang.Throwable arg0)
arg0 -
public TableNotFoundException(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 | |||||||||