AnnotationNotFoundException

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.

See also

io.rong.imlib.MessageTag

Constructors

Link copied to clipboard

Inherited properties

Link copied to clipboard
public Throwable cause
Link copied to clipboard
public Array<StackTraceElement> stackTrace

Inherited functions

Link copied to clipboard
public final synchronized void addSuppressed(Throwable exception)
Link copied to clipboard
public synchronized Throwable fillInStackTrace()
Link copied to clipboard
public synchronized Throwable getCause()
Link copied to clipboard
public String getLocalizedMessage()
Link copied to clipboard
public String getMessage()
Link copied to clipboard
public Array<StackTraceElement> getStackTrace()
Link copied to clipboard
public final synchronized Array<Throwable> getSuppressed()
Link copied to clipboard
public synchronized Throwable initCause(Throwable cause)
Link copied to clipboard
public void printStackTrace()
Link copied to clipboard
public void setStackTrace(Array<StackTraceElement> stackTrace)
Link copied to clipboard
public String toString()