java.lang.Object
org.cryptomator.cryptofs.health.api.CheckFailed
- All Implemented Interfaces:
DiagnosticResult
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.cryptomator.cryptofs.health.api.DiagnosticResult
DiagnosticResult.Fix, DiagnosticResult.Severity -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.cryptomator.cryptofs.health.api.DiagnosticResult
details, fix, getFix
-
Constructor Details
-
CheckFailed
-
-
Method Details
-
getSeverity
- Specified by:
getSeverityin interfaceDiagnosticResult
-
toString
- Specified by:
toStringin interfaceDiagnosticResult- Overrides:
toStringin classObject- Returns:
- A short, human-readable summary of the result.
-