org.archive.extractor
Interface ExtractErrorListener


public interface ExtractErrorListener

ExtractErrorListener receives exceptions that may need to be logged from inside a LinkExtractor, allowing the extraction to continue without raising an exception through hasNext()/next()/nextLink().

Author:
gojomo

Method Summary
 void noteExtractError(java.io.IOException ex, UURI source, java.lang.CharSequence context)
          Callback to report an extraction error.
 

Method Detail

noteExtractError

void noteExtractError(java.io.IOException ex,
                      UURI source,
                      java.lang.CharSequence context)
Callback to report an extraction error.

Parameters:
ex -
source -
context -


Copyright © 2003-2011 Internet Archive. All Rights Reserved.