Class CommandExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.unibamberg.minf.gtf.exceptions.CommandExecutionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CommandArgumentsException

public class CommandExecutionException extends Exception
See Also:
  • Constructor Details

    • CommandExecutionException

      public CommandExecutionException(String command, String issue)
    • CommandExecutionException

      public CommandExecutionException(String command, Throwable source)
  • Method Details