类 HookFailedError

所有已实现的接口:
Serializable

public class HookFailedError extends XposedFrameworkError
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

      public HookFailedError(String message)
    • HookFailedError

      public HookFailedError(String message, Throwable cause)
    • HookFailedError

      public HookFailedError(Throwable cause)