|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
uba.db.column.io.ColumnIOException
public abstract class ColumnIOException
Clase base para las excepciones ocurridas al leer/escribir una columna.
| Constructor Summary | |
|---|---|
ColumnIOException(ColumnSpecification columnSpecification,
java.lang.Throwable cause)
Las sub-clases deben llamar a este constructor para indicar en que columna ocurrió el error, y cual fue la causa del mismo. |
|
| Method Summary | |
|---|---|
ColumnSpecification |
columnSpecification()
Retorna la especificación de la columna donde ocurrió el error. |
| 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 ColumnIOException(ColumnSpecification columnSpecification,
java.lang.Throwable cause)
columnSpecification - especificación de la columna donde ocurrio el error.cause - excepción que causo el error.| Method Detail |
|---|
public ColumnSpecification columnSpecification()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||