Uses of Class
org.apache.any23.extractor.ErrorReporter.ErrorLevel

Packages that use ErrorReporter.ErrorLevel
org.apache.any23.extractor TODO fillme 
 

Uses of ErrorReporter.ErrorLevel in org.apache.any23.extractor
 

Methods in org.apache.any23.extractor that return ErrorReporter.ErrorLevel
 ErrorReporter.ErrorLevel ErrorReporter.Error.getLevel()
           
static ErrorReporter.ErrorLevel ErrorReporter.ErrorLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ErrorReporter.ErrorLevel[] ErrorReporter.ErrorLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.any23.extractor with parameters of type ErrorReporter.ErrorLevel
 void ExtractionResultImpl.notifyError(ErrorReporter.ErrorLevel level, String msg, int row, int col)
           
 void ErrorReporter.notifyError(ErrorReporter.ErrorLevel level, String msg, int row, int col)
          Notifies an error occurred while performing an extraction on an input stream.
 



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.