MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / error

Method error

src/App/Metadata.cpp:73–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 void error(const SAXParseException& toCatch) override
74 {
75 std::stringstream message;
76 message << "Error at file \"" << StrX(toCatch.getSystemId()) << "\", line "
77 << toCatch.getLineNumber() << ", column " << toCatch.getColumnNumber()
78 << "\n Message: " << StrX(toCatch.getMessage()) << std::endl;
79 throw Base::XMLBaseException(message.str());
80 }
81
82 void fatalError(const SAXParseException& toCatch) override
83 {

Callers 15

getViewObjectMethod · 0.45
checkStringHasherMethod · 0.45
readObjectsMethod · 0.45
restoreMethod · 0.45
afterRestoreMethod · 0.45
recomputeMethod · 0.45
~FeatureTestAttributeMethod · 0.45
openDocumentsMethod · 0.45
parseProgramOptionsFunction · 0.45
processFilesMethod · 0.45
processCmdLineFilesMethod · 0.45
LoadParametersMethod · 0.45

Calls 3

StrXClass · 0.85
getMessageMethod · 0.45
strMethod · 0.45

Tested by 1

~FeatureTestAttributeMethod · 0.36