public class DebugRepositoryLookupFailureCallback extends java.lang.Object implements RepositoryLookupFailureCallback
Constructor and Description |
---|
DebugRepositoryLookupFailureCallback() |
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
|
public DebugRepositoryLookupFailureCallback()
public void reportMissingClass(java.lang.ClassNotFoundException ex)
IErrorLogger
reportMissingClass
in interface IErrorLogger
ex
- a ClassNotFoundException resulting from the class lookup
failurepublic void reportMissingClass(ClassDescriptor classDescriptor)
IErrorLogger
reportMissingClass
in interface IErrorLogger
classDescriptor
- ClassDescriptor of a missing classpublic void logError(java.lang.String message)
IErrorLogger
logError
in interface IErrorLogger
message
- the error messagepublic void logError(java.lang.String message, java.lang.Throwable e)
IErrorLogger
logError
in interface IErrorLogger
message
- the error messagee
- the exception which is the underlying cause of the errorpublic void reportSkippedAnalysis(MethodDescriptor method)
reportSkippedAnalysis
in interface IErrorLogger
method
- FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.