Package com.ferrumx.exceptions
Class ShellException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ferrumx.exceptions.ShellException
- All Implemented Interfaces:
Serializable
This is a custom exception class that is thrown when there are errors from the powershell's output
- Author:
- Egg-03
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ShellException
Constructor for ShellException- Parameters:
message
- The message to be displayed when the exception is thrown
-