SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
PropertyNotFoundException.h
Go to the documentation of this file.
1
23#ifndef _SEFRAMEWORK_PROPERTY_PROPERTYNOTFOUNDEXCEPTION_H
24#define _SEFRAMEWORK_PROPERTY_PROPERTYNOTFOUNDEXCEPTION_H
25
26#include "ElementsKernel/Exception.h"
28
29namespace SourceXtractor {
30
37public:
39 std::string("Property ") + property_id.getString() + " not found!") {}
40};
41
42} /* namespace SourceXtractor */
43
44
45#endif
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.
STL namespace.