| Interface | Description | 
|---|---|
| FeedbackManagerCallback | 
 This interface allows callers the ability to pass additional information into a bug report that is created via the FeedbackManager. 
 | 
| Class | Description | 
|---|---|
| FeedbackLogOptions | 
 FeedbackManager log handler options for feedback logged through a  
Logger. | 
| FeedbackManager | 
 The FeedbackManager automatically file bugs. 
 | 
| Annotation Type | Description | 
|---|---|
| ExpectedExceptions | 
 Indicates that the named exception classes should not be considered a fault by the feedback manager and blame for any of these Runtime Exceptions lies with the caller. 
 | 
| FeedbackApi | 
 The FeedbackApi annotation allows an API class to blame the caller when an exception is reported by the  
FeedbackManager.reportAPIException(String, Throwable, String) method. |