|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IErrorLogger
Interface for objects that log various kinds of analysis errors.
Method Summary | |
---|---|
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 |
Method Detail |
---|
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 skipped
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |