类 HookFailedError
java.lang.Object
java.lang.Throwable
java.lang.Error
io.github.libxposed.api.error.XposedFrameworkError
io.github.libxposed.api.error.HookFailedError
- 所有已实现的接口:
Serializable
Thrown to indicate that a hook failed due to framework internal error.
Design Note: This inherits from Error rather than RuntimeException because hook failures are
considered fatal framework bugs. Module developers should not attempt to catch this error to provide
fallbacks. Instead, please report the issue to the framework maintainers so it can be fixed at the root.
- 另请参阅:
-
构造器概要
构造器构造器说明HookFailedError(String message) HookFailedError(String message, Throwable cause) HookFailedError(Throwable cause) -
方法概要
-
构造器详细资料
-
HookFailedError
-
HookFailedError
-
HookFailedError
-