butler.sql.xml
Interface ImportContentHandler.ErrorHandler

Enclosing class:
ImportContentHandler

public static interface ImportContentHandler.ErrorHandler


Method Summary
 void close()
           
 void saveFailed(java.lang.Exception e, Record rec)
           
 void setFailed(java.lang.Exception e, Record rec, java.lang.String col, java.lang.Object value)
           
 

Method Detail

saveFailed

void saveFailed(java.lang.Exception e,
                Record rec)
                throws java.lang.Exception
Throws:
java.lang.Exception

setFailed

void setFailed(java.lang.Exception e,
               Record rec,
               java.lang.String col,
               java.lang.Object value)
               throws java.lang.Exception
Throws:
java.lang.Exception

close

void close()
           throws java.lang.Exception
Throws:
java.lang.Exception