Class Scine::Utils::ExternalQC::UnsuccessfulSystemCommand

class UnsuccessfulSystemCommand : public Scine::Utils::ExternalQC::Exception

Exception thrown when there is an error while executing the command for the external program.

Public Functions

UnsuccessfulSystemCommand(const std::string &command, const std::string &inputFile, const std::string &outputFile)

Constructor.