Class TerminalExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.eggy03.dmidecode.exception.TerminalExecutionException
All Implemented Interfaces:
Serializable

public class TerminalExecutionException extends RuntimeException
Thrown when the terminal fails to execute a command or a script
Since:
0.1.0
See Also:
  • Constructor Details

    • TerminalExecutionException

      public TerminalExecutionException(String message, Throwable cause)
    • TerminalExecutionException

      public TerminalExecutionException(String message)
    • TerminalExecutionException

      public TerminalExecutionException(Throwable cause)