Package io.rong.imlib
Class AnnotationNotFoundException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class AnnotationNotFoundException extends Exception
Exception 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 Summary
Fields Modifier and Type Field Description public Throwable
cause
public Array<StackTraceElement>
stackTrace
-
Constructor Summary
Constructors Constructor Description AnnotationNotFoundException()
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-