CoreComponents 3.0.0
A Modern C++ Toolkit
Loading...
Searching...
No Matches
CommandNotFound Class Reference

Command not found More...

#include <cc/exceptions>

Inheritance diagram for CommandNotFound:

Public Member Functions

 CommandNotFound (const String &command="")
 
String command () const
 The command in question.
 
String message () const override
 Generate error message for debug output.
 
- Public Member Functions inherited from UsageError
 UsageError (const String &message="")
 
String message () const override
 Generate error message for debug output.
 

Detailed Description

Command not found

Member Function Documentation

◆ command()

String command ( ) const

The command in question.

◆ message()

String message ( ) const
overridevirtual

Generate error message for debug output.

Implements Exception.