SourceXtractorPlusPlus  0.8
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PropertyNotFoundException.h
Go to the documentation of this file.
1 
23 #ifndef _SEFRAMEWORK_PROPERTY_PROPERTYNOTFOUNDEXCEPTION_H
24 #define _SEFRAMEWORK_PROPERTY_PROPERTYNOTFOUNDEXCEPTION_H
25 
28 
29 namespace SourceXtractor {
30 
37 public:
39  std::string("Property ") + property_id.getString() + " not found!") {}
40 };
41 
42 } /* namespace SourceXtractor */
43 
44 
45 #endif
STL class.
Exception(ExitCode e=ExitCode::NOT_OK)
Identifier used to set and retrieve properties.
Definition: PropertyId.h:40
An exception indicating that a Property was not available and could not be computed on demand...