Class MissingCommandException

java.lang.Object
java.lang.Throwable
java.lang.Exception
xyz.ronella.trivial.handy.MissingCommandException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoCommandException

public class MissingCommandException extends Exception
This is thrown when no command to execute.
Since:
2.13.0
See Also:
  • Constructor Details

    • MissingCommandException

      public MissingCommandException()
      Creates an instance of MissingCommandException.