MCPcopy Create free account
hub / github.com/Kitware/VTK / ThrowStackTrace

Method ThrowStackTrace

IO/Geometry/vtkOpenFOAMReader.cxx:2869–2872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2867}
2868
2869void vtkFoamFile::ThrowStackTrace(const std::string& msg)
2870{
2871 throw this->StackString() << msg;
2872}
2873
2874// hacks to keep exception throwing code out-of-line to make
2875// putBack() and readExpecting() inline expandable

Callers 7

OpenMethod · 0.95
ExpandPathMethod · 0.95
ReadMethod · 0.95
InflateNextMethod · 0.95
ReadDimensionSetMethod · 0.80

Calls 1

StackStringMethod · 0.95

Tested by

no test coverage detected