SourceXtractorPlusPlus
0.13
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) | |
snprintf (message, len, stringFormat, std::forward< Args >(args)...) | |
virtual | ~Exception () noexcept=default |
const char * | what () const noexceptoverride |
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 | |
![]() | |
code | |
char * | message |
m_error_msg | |
delete[] | message |
![]() | |
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.
|
inline |
Definition at line 38 of file PropertyNotFoundException.h.