Class SetupError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.variantsync.diffdetective.shell.SetupError
- All Implemented Interfaces:
Serializable
Thrown if a precondition for setting up the execution of a command isn't met.
Example of such a precondition: Requiring a UNIX like operating system.
- Author:
- Alexander Schultheiß
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SetupError
-