Package exceptions
Class UnknownCommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
exceptions.UnknownCommandException
- All Implemented Interfaces:
Serializable
Provides a simple exception, indicates that command isn't found in manager
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownCommandException
Constructor with message.- Parameters:
message
- Message to show
-