Merge pull request #21083 from 3x380V/exception-stage-1

Base: simplify Exception
This commit is contained in:
Benjamin Nauck
2025-05-06 09:29:45 +02:00
committed by GitHub
129 changed files with 747 additions and 1481 deletions

View File

@@ -889,7 +889,7 @@ void TaskPostDataAlongLine::point1Changed(double)
getObject<Fem::FemPostDataAlongLineFilter>()->GetAxisData();
}
catch (const Base::Exception& e) {
e.ReportException();
e.reportException();
}
}
@@ -1204,7 +1204,7 @@ void TaskPostDataAtPoint::centerChanged(double)
onFieldActivated(currentField);
}
catch (const Base::Exception& e) {
e.ReportException();
e.reportException();
}
}