uba.db.column.io
Class WriteColumnException

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.WriteColumnException
All Implemented Interfaces:
java.io.Serializable

public class WriteColumnException
extends ColumnIOException

Error ocurrido al escribir una columna.

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

Constructor Summary
WriteColumnException(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

WriteColumnException

public WriteColumnException(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.