SourceXtractorPlusPlus 0.22
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SourceXtractor::PropertyNotFoundException Class Reference

An exception indicating that a Property was not available and could not be computed on demand. More...

#include <PropertyNotFoundException.h>

Inheritance diagram for SourceXtractor::PropertyNotFoundException:
Collaboration diagram for SourceXtractor::PropertyNotFoundException:

Public Member Functions

 PropertyNotFoundException (PropertyId property_id)
 
- Public Member Functions inherited from Elements::Exception
 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 *string_format, Args &&... args)
 
 Exception (const Exception &rhs)=default
 
virtual ~Exception () noexcept
 
const char * what () const noexcept override
 
ExitCode exitCode () const noexcept
 
void appendMessage (const T &message)
 
- Public Member Functions inherited from std::exception
what (T... args)
 
~exception (T... args)
 
operator= (T... args)
 
exception (T... args)
 

Additional Inherited Members

- Protected Attributes inherited from Elements::Exception
std::string m_error_msg
 
const ExitCode m_exit_code
 

Detailed Description

An exception indicating that a Property was not available and could not be computed on demand.

Definition at line 36 of file PropertyNotFoundException.h.

Constructor & Destructor Documentation

◆ PropertyNotFoundException()

SourceXtractor::PropertyNotFoundException::PropertyNotFoundException ( PropertyId property_id)
inlineexplicit

Definition at line 38 of file PropertyNotFoundException.h.

References Elements::Exception::Exception().

Here is the call graph for this function:

The documentation for this class was generated from the following file: