![]() |
|
PhoenixSwarm
3.5.0
Library to ease communication between daemons
|
Exception for configuration errors. More...
#include <daemon_config_exception.h>
Inheritance diagram for Phoenix::ParserException:
Collaboration diagram for Phoenix::ParserException:Public Member Functions | |
| const PString & | getComponent () const |
| Get the component of the SwarmException. | |
| const PString & | getFunction () const |
| Get the function of the SwarmException. | |
| const PString & | getMessage () const |
| Get the error message of the SwarmException. | |
| ParserException (const PString &function, const PString &message) | |
| Parser exception. | |
Private Attributes | |
| PString | p_component |
| Component of the message. | |
| PString | p_function |
| Function where the error occurs. | |
| PString | p_message |
| Error Message. | |
Exception for configuration errors.
Definition at line 32 of file daemon_config_exception.h.
| Phoenix::ParserException::ParserException | ( | const PString & | function, |
| const PString & | message ) |
Parser exception.
| function | : function where the error occurs |
| message | : error message |
Definition at line 46 of file daemon_config_exception.cpp.
References Phoenix::SwarmException::SwarmException().
Here is the call graph for this function:
|
inherited |
Get the component of the SwarmException.
Definition at line 24 of file daemon_config_exception.cpp.
References p_component.
|
inherited |
Get the function of the SwarmException.
Definition at line 38 of file daemon_config_exception.cpp.
References p_function.
|
inherited |
Get the error message of the SwarmException.
Definition at line 31 of file daemon_config_exception.cpp.
References p_message.
|
privateinherited |
Component of the message.
Definition at line 28 of file daemon_config_exception.h.
Referenced by getComponent(), and SwarmException().
|
privateinherited |
Function where the error occurs.
Definition at line 24 of file daemon_config_exception.h.
Referenced by getFunction(), and SwarmException().
|
privateinherited |
Error Message.
Definition at line 26 of file daemon_config_exception.h.
Referenced by getMessage(), and SwarmException().