Class UploadErrorDownload


  • public class UploadErrorDownload
    extends java.lang.Object
    Retrieves the rows with errors together with their errors as CSV It prepends the header
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void process()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • STEP_ID

        public static java.lang.String STEP_ID
      • writer

        protected final java.io.Writer writer
    • Constructor Detail

      • UploadErrorDownload

        public UploadErrorDownload​(UploadControl uc,
                                   java.io.Writer writer)
    • Method Detail

      • process

        public void process()
                     throws UploadException,
                            java.sql.SQLException,
                            java.io.IOException
        Throws:
        UploadException
        java.sql.SQLException
        java.io.IOException