#include <SettingsException.hh>
Public Member Functions | |
SettingsException (const string &msg) | |
SettingsException (const string &func, const string &msg) |
This exception is thrown when some bad analysis settings are made This would typically be the case if cuts are changed *after* analysis has commenced
Definition at line 15 of file SettingsException.hh.
ForIA::SettingsException::SettingsException | ( | const string & | msg ) | [inline] |
Definition at line 19 of file SettingsException.hh.
ForIA::SettingsException::SettingsException | ( | const string & | func, |
const string & | msg | ||
) | [inline] |
Definition at line 22 of file SettingsException.hh.