java.lang.Object
java.lang.Throwable
java.lang.Exception
xyz.ronella.trivial.handy.CommandRunnerException
- All Implemented Interfaces:
Serializable
Thrown when the CommandRunner encountered an exception.
- Since:
- 2.14.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCommandRunnerException(String message) Creates an instance of CommandRunnerException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommandRunnerException
Creates an instance of CommandRunnerException.- Parameters:
message- The error message.
-