|
||||||||||
| 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.UnknownTypeException
public class UnknownTypeException
Excepción que se dá cuando un driver devuelve un tipo de datos no reconocido
| Constructor Summary | |
|---|---|
UnknownTypeException()
Creates a new UnknownTypeException object. |
|
UnknownTypeException(java.lang.String arg0)
Creates a new UnknownTypeException object. |
|
UnknownTypeException(java.lang.String arg0,
java.lang.Throwable arg1)
Creates a new UnknownTypeException object. |
|
UnknownTypeException(java.lang.Throwable arg0)
Creates a new UnknownTypeException 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 UnknownTypeException()
public UnknownTypeException(java.lang.String arg0)
arg0 - public UnknownTypeException(java.lang.Throwable arg0)
arg0 -
public UnknownTypeException(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 | |||||||||