|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pentaho.di.trans.step.errorhandling.CompositeFileErrorHandler
public class CompositeFileErrorHandler
Constructor Summary | |
---|---|
CompositeFileErrorHandler(List<FileErrorHandler> handlers)
|
Method Summary | |
---|---|
void |
close()
This method closes the handler; |
void |
handleFile(org.apache.commons.vfs.FileObject file)
Tells the handler which file is being processed. |
void |
handleLineError(long lineNr,
String filePart)
This method handles an error when processing the line with corresponding lineNr. |
void |
handleNonAccessibleFile(org.apache.commons.vfs.FileObject file)
This method handles a file that is required, but is not accessible. |
void |
handleNonExistantFile(org.apache.commons.vfs.FileObject file)
This method handles a file that is required, but does not exist. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompositeFileErrorHandler(List<FileErrorHandler> handlers)
Method Detail |
---|
public void handleFile(org.apache.commons.vfs.FileObject file) throws KettleException
FileErrorHandler
handleFile
in interface FileErrorHandler
KettleException
public void handleLineError(long lineNr, String filePart) throws KettleException
FileErrorHandler
handleLineError
in interface FileErrorHandler
filePart
- allows us to split error according to a filePart
KettleException
public void close() throws KettleException
FileErrorHandler
close
in interface FileErrorHandler
KettleException
public void handleNonExistantFile(org.apache.commons.vfs.FileObject file) throws KettleException
FileErrorHandler
handleNonExistantFile
in interface FileErrorHandler
KettleException
public void handleNonAccessibleFile(org.apache.commons.vfs.FileObject file) throws KettleException
FileErrorHandler
handleNonAccessibleFile
in interface FileErrorHandler
KettleException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |