Searched refs:msg (Results 1 – 5 of 5) sorted by relevance
30 public UiObjectNotFoundException(@NonNull String msg) { in UiObjectNotFoundException() argument31 super(msg); in UiObjectNotFoundException()
57 public class ViewNotFoundException(msg: String? = null) : Exception(msg)
38 static inline int jniThrowNullPointerException(JNIEnv* env, const char* msg) { in jniThrowNullPointerException() argument49 if (env->ThrowNew(e_class, msg) != JNI_OK) { in jniThrowNullPointerException()
627 ctor public ViewNotFoundException(optional String? msg);