Class SetupError

java.lang.Object
java.lang.Throwable
java.lang.Error
org.variantsync.diffdetective.shell.SetupError
All Implemented Interfaces:
Serializable

public class SetupError extends Error
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 Details

    • SetupError

      public SetupError(String errorMessage)