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