|
The Sparta Modeling Framework
|
Exception indicating that the range of a StatisticInstance was reversed when it was accessed (probably caused by checkpointing) More...
#include <StatisticInstance.hpp>


Public Member Functions | |
| ReversedStatisticRange (const std::string &reason) | |
| Construct with a default string. | |
| virtual | ~ReversedStatisticRange () noexcept |
| Destructor. | |
Public Member Functions inherited from sparta::SpartaException | |
| SpartaException () | |
| Construct a SpartaException object with empty reason. | |
| SpartaException (const std::string &reason) | |
| Construct a SpartaException object. | |
| SpartaException (const SpartaException &orig) | |
| Copy construct a SpartaException object. | |
| virtual | ~SpartaException () noexcept |
| Destroy! | |
| const char * | what () const noexcept |
| Overload from std::exception. | |
| std::string | backtrace () const noexcept |
| Returns the backtrace at the time this exception was generated. | |
| std::string | rawReason () const |
| Return the raw reason without file, line information. | |
| template<class T > | |
| SpartaException & | operator<< (const T &msg) |
| Append additional information to the message. | |
Exception indicating that the range of a StatisticInstance was reversed when it was accessed (probably caused by checkpointing)
Definition at line 35 of file StatisticInstance.hpp.
|
inlineexplicit |
Construct with a default string.
Definition at line 44 of file StatisticInstance.hpp.
|
inlinevirtualnoexcept |
Destructor.
Definition at line 51 of file StatisticInstance.hpp.