SingleJailbreakException class
Exception thrown when a single jailbreak or root detection check fails.
Used when the detector performs one discrete check — for example, verifying the presence of a Cydia package — and that check returns a positive result.
See also:
- MultiJailbreakException for detections that aggregate multiple checks.
- Inheritance
-
- Object
- AppException
- JailbreakAppException
- SingleJailbreakException
Constructors
- SingleJailbreakException({required String checkName, required String message, Object? originalError, StackTrace? originalStackTrace})
-
Creates a single-check jailbreak exception.
const
Properties
- checkName → String
-
The name of the jailbreak or root detection check that triggered this
exception, used for logging and diagnostics.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
A human-readable description of the error.
finalinherited
- originalError → Object?
-
The underlying error that caused this exception, or
nullif the detection itself completed without an error.finalinherited - originalStackTrace → StackTrace?
-
The stack trace associated with originalError, or
nullif unavailable.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
The string representation of this exception for debugging.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited