uba.db.column.io
Class ReadColumnException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uba.db.column.io.ColumnIOException
              extended by uba.db.column.io.ReadColumnException
All Implemented Interfaces:
java.io.Serializable

public class ReadColumnException
extends ColumnIOException

Error ocurrido al leer información de una columna.

Version:
$Revision: 1.1 $
See Also:
Serialized Form

Constructor Summary
ReadColumnException(ColumnSpecification columnSpecification, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class uba.db.column.io.ColumnIOException
columnSpecification
 
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

ReadColumnException

public ReadColumnException(ColumnSpecification columnSpecification,
                           java.lang.Throwable cause)
Parameters:
columnSpecification - especificación de la columna donde ocurrio el error.
cause - excepción que causo el error.


Copyright © -2005 . All Rights Reserved.