MCPcopy Create free account
hub / github.com/Geant4/geant4 / CommandFailed

Method CommandFailed

source/intercoms/include/G4UIcommand.hh:159–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 inline G4bool IsWorkerThreadOnly() const { return workerThreadOnly; }
158
159 inline void CommandFailed(G4int errCode, G4ExceptionDescription& ed)
160 {
161 commandFailureCode = errCode;
162 failureDescription = ed.str();
163 }
164 inline void CommandFailed(G4ExceptionDescription& ed)
165 {
166 commandFailureCode = 1;

Callers 15

SetNewValueMethod · 0.80
SetNewValueMethod · 0.80
SetNewValueMethod · 0.80
SetNewValueMethod · 0.80
Fill1DMethod · 0.80
SetNewValueMethod · 0.80
CheckMeshPSMethod · 0.80
SetNewValueMethod · 0.80
SetNewValueMethod · 0.80
SetNewValueMethod · 0.80
SetNewValueMethod · 0.80
SetNewValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected