Class ShellCommandExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.aspectran.shell.command.ShellCommandExecutionException
All Implemented Interfaces:
Serializable

public class ShellCommandExecutionException extends Exception
Holds an exception that occurred during command execution and a message to be printed after.
See Also:
  • Constructor Details

    • ShellCommandExecutionException

      public ShellCommandExecutionException(String msg, Throwable cause)
      Constructor to create exception to wrap another exception and pass a message.
      Parameters:
      msg - the message
      cause - the real cause of the exception