Package io.rong.imlib
Class AnnotationNotFoundException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class AnnotationNotFoundException extends Exception
未找到注解的异常。
在 SDK 中,以及开发者自己扩展的代码中,所有的消息类都需要添加 MessageTag 注解。
-
-
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
-
-