java.lang.Object
java.lang.Throwable
java.lang.Exception
xyz.ronella.trivial.handy.MissingCommandException
xyz.ronella.trivial.handy.NoCommandException
- All Implemented Interfaces:
Serializable
Deprecated.
Use MissingCommandException instead.
Thrown when no command to execute.
- Since:
- 2.5.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
-
NoCommandException
public NoCommandException()Deprecated.Creates an instance of NoCommandException.
-