SourceXtractorPlusPlus  0.11
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
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:
[legend]
Collaboration diagram for SourceXtractor::PropertyNotFoundException:
[legend]

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 *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)
 
- Public Member Functions inherited from std::exception
what (T...args)
 
~exception (T...args)
 
operator= (T...args)
 
exception (T...args)
 

Additional Inherited Members

- Public Attributes inherited from Elements::Exception
 code
 
char * message
 
 m_error_msg
 
delete[] message
 
- 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

SourceXtractor::PropertyNotFoundException::PropertyNotFoundException ( PropertyId  property_id)
inline

Definition at line 38 of file PropertyNotFoundException.h.


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