|
pianod2
multisource multiuser scriptable networked music player
|
Exception for command execution problems. More...
#include <fundamentals.h>


Public Member Functions | |
| CommandError (RESPONSE_CODE r) | |
| CommandError (RESPONSE_CODE r, const char *message) | |
| CommandError (RESPONSE_CODE r, const std::string &message) | |
| CommandError (const CommandError &)=delete | |
| CommandError (CommandError &&from) | |
| CommandError & | operator= (const CommandError &)=delete |
| CommandError & | operator= (CommandError &&from) |
| RESPONSE_CODE | reason (void) const |
| virtual const char * | what () const override throw () |
Private Attributes | |
| const RESPONSE_CODE | _reason |
| char * | detail = nullptr |
Exception for command execution problems.
If not caught, the connection's exception handler sends out the contained response.
|
inline |
|
inline |
|
inline |
|
delete |
|
inline |
|
inline |
|
delete |
|
inline |

|
inlineoverridevirtual | |||||||||||||

|
private |
|
private |