Package io.rong.imlib
        Class AnnotationNotFoundException
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            java.io.Serializable
 
 public class AnnotationNotFoundException extends ExceptionException thrown when an annotation is not found. In the SDK, as well as in developer-extended code, all message classes must include the annotation. 
- 
                
                    
                    - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description public Throwablecausepublic Array<StackTraceElement>stackTrace
 - 
                                
                            
                                Constructor SummaryConstructors Constructor Description AnnotationNotFoundException()
 - 
                                
                            
                                Method SummaryModifier and Type Method Description - 
                                            
                                        
                                            Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
- 
                                        
                                    
                                        Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
                                            
                                        
                                            
 
-