org.apache.any23.extractor
Class ErrorReporter.Error

java.lang.Object
  extended by org.apache.any23.extractor.ErrorReporter.Error
Enclosing interface:
ErrorReporter

public static class ErrorReporter.Error
extends Object

This class defines a generic error traced by this extraction result.


Method Summary
 int getCol()
           
 ErrorReporter.ErrorLevel getLevel()
           
 String getMessage()
           
 int getRow()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getLevel

public ErrorReporter.ErrorLevel getLevel()

getMessage

public String getMessage()

getRow

public int getRow()

getCol

public int getCol()

toString

public String toString()
Overrides:
toString in class Object


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