edu.umd.cs.findbugs.classfile
public interface IErrorLogger
Method Summary | |
---|---|
void | logError(String message)
Log an error that occurs while performing analysis.
|
void | logError(String message, Throwable e)
Log an error that occurs while performing analysis.
|
void | reportMissingClass(ClassNotFoundException ex)
Called to report a class lookup failure.
|
void | reportMissingClass(ClassDescriptor classDescriptor)
Called to report a class lookup failure.
|
void | reportSkippedAnalysis(MethodDescriptor method)
Report that we skipped some analysis of a method
|
Parameters: message the error message
Parameters: message the error message e the exception which is the underlying cause of the error
Parameters: ex a ClassNotFoundException resulting from the class lookup failure
Parameters: classDescriptor ClassDescriptor of a missing class
Parameters: method the method we skipped