public static final class

XposedHelpers.ClassNotFoundError

extends Error
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Error
       ↳ de.robv.android.xposed.XposedHelpers.ClassNotFoundError

Class Overview

Thrown when a class loader is unable to find a class. Unlike ClassNotFoundException, callers are not forced to explicitly catch this. If uncaught, the error will be passed to the next caller in the stack.

Summary

[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object