Package exceptions

Class UnknownCommandException

java.lang.Object
java.lang.Throwable
java.lang.Exception
exceptions.UnknownCommandException
All Implemented Interfaces:
Serializable

public class UnknownCommandException extends Exception
Provides a simple exception, indicates that command isn't found in manager
See Also:
  • Constructor Details

    • UnknownCommandException

      public UnknownCommandException(String message)
      Constructor with message.
      Parameters:
      message - Message to show