Class UnknownCommandException

All Implemented Interfaces:
Serializable

public class UnknownCommandException extends RuntimeException
This exception is thrown by an CommandDispatcher when it failed to find a requested command.
See Also:
  • Constructor Details

    • UnknownCommandException

      public UnknownCommandException(String message)