SourceXtractorPlusPlus
0.16
Please provide a description of the project.
|
An exception indicating that a Property was not available and could not be computed on demand. More...
#include <PropertyNotFoundException.h>
Public Member Functions | |
PropertyNotFoundException (PropertyId property_id) | |
![]() | |
Exception (ExitCode e=ExitCode::NOT_OK) | |
Exception (const char *message, ExitCode e=ExitCode::NOT_OK) | |
Exception (const std::string &message, ExitCode e=ExitCode::NOT_OK) | |
Exception (const char *stringFormat, Args &&...args) | |
virtual | ~Exception () noexcept=default |
const char * | what () const noexcept override |
ExitCode | exitCode () const noexcept |
void | appendMessage (const T &message) |
![]() | |
T | what (T... args) |
T | ~exception (T... args) |
T | operator= (T... args) |
T | exception (T... args) |
Additional Inherited Members | |
![]() | |
std::string | m_error_msg |
const ExitCode | m_exit_code |
An exception indicating that a Property was not available and could not be computed on demand.
Definition at line 36 of file PropertyNotFoundException.h.
|
inlineexplicit |
Definition at line 38 of file PropertyNotFoundException.h.