43 std::stringstream sstream;
45 setReason(sstream.str());
50 std::string
name()
const override
52 return "armarx::exceptions::local::InvalidDataFieldException";
66 std::stringstream sstream;
67 sstream <<
"Found an incomplete type with id " <<
typeId <<
" - found the following type: " <<
foundType;
68 setReason(sstream.str());
73 std::string
name()
const override
75 return "armarx::exceptions::local::IncompleteTypeException";