java.lang.Object
java.lang.Throwable
java.lang.Exception
xyz.ronella.trivial.handy.MissingCommandException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NoCommandException
This is thrown when no command to execute.
- Since:
- 2.13.0
- 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
-
MissingCommandException
public MissingCommandException()Creates an instance of MissingCommandException.
-