Error related to parsing the command line.
More...
#include <Error.h>
|
| | CommandLine (const std::string &error_message="") |
| | Create command line parsing exception. More...
|
| |
| virtual const char * | what () const throw () |
| | Returns "Error parsing the command line" as the error type. More...
|
| |
| | Runtime (const std::string &error_message="") |
| | Create a runtime exception. More...
|
| |
| | General (const std::string &error_message="") |
| | Create an exception. More...
|
| |
| const std::string & | get_message () |
| | Details about what caused the error. More...
|
| |
| virtual | ~General () throw () |
| | Cleanup if necessary. More...
|
| |
Error related to parsing the command line.
Definition at line 130 of file Error.h.
◆ CommandLine()
| Core::Error::CommandLine::CommandLine |
( |
const std::string & |
error_message = "" | ) |
|
|
inline |
Create command line parsing exception.
Definition at line 133 of file Error.h.
◆ what()
| virtual const char* Core::Error::CommandLine::what |
( |
| ) |
const |
| throw | ( | |
| ) | | |
|
inlinevirtual |
The documentation for this class was generated from the following file:
- /home/kpenev/projects/git/poet/poet_src/Core/Error.h