public interface IErrorLogger
Modifier and Type | Method and Description |
---|---|
void |
logError(java.lang.String message)
Log an error that occurs while performing analysis.
|
void |
logError(java.lang.String message,
java.lang.Throwable e)
Log an error that occurs while performing analysis.
|
void |
reportMissingClass(ClassDescriptor classDescriptor)
Called to report a class lookup failure.
|
void |
reportMissingClass(java.lang.ClassNotFoundException ex)
Called to report a class lookup failure.
|
void |
reportSkippedAnalysis(MethodDescriptor method)
Report that we skipped some analysis of a method
|
void reportMissingClass(java.lang.ClassNotFoundException ex)
ex
- a ClassNotFoundException resulting from the class lookup
failurevoid reportMissingClass(ClassDescriptor classDescriptor)
classDescriptor
- ClassDescriptor of a missing classvoid logError(java.lang.String message)
message
- the error messagevoid logError(java.lang.String message, java.lang.Throwable e)
message
- the error messagee
- the exception which is the underlying cause of the errorvoid reportSkippedAnalysis(MethodDescriptor method)
method
- the method we skippedFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.