Class ShellException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ferrumx.exceptions.ShellException
All Implemented Interfaces:
Serializable

public class ShellException extends Exception
This is a custom exception class that is thrown when there are errors from the powershell's output
Author:
Egg-03
See Also:
  • Constructor Details

    • ShellException

      public ShellException(String message)
      Constructor for ShellException
      Parameters:
      message - The message to be displayed when the exception is thrown