java.lang.Object
java.lang.Throwable
java.lang.Exception
org.variantsync.studies.evolution.simulation.error.ShellException
All Implemented Interfaces:
Serializable

public class ShellException extends Exception
Custom Exception for representing errors caused by shell commands being executed.
See Also:
  • Constructor Details

    • ShellException

      public ShellException(Exception e)
    • ShellException

      public ShellException(List<String> output)
  • Method Details