The Sparta Modeling Framework
Loading...
Searching...
No Matches
CheckpointExceptions.hpp
Go to the documentation of this file.
1
7#pragma once
8
10#include "sparta/memory/AddressTypes.hpp"
11
12namespace sparta::serialization::checkpoint
13{
22 {
23 public:
26 { }
27
28 CheckpointError(const std::string& why) :
30 { }
31 };
32
33} // namespace sparta::serialization::checkpoint
Exception class for all of Sparta.
Used to construct and throw a standard C++ exception. Inherits from std::exception.
SpartaException()
Construct a SpartaException object with empty reason.
Indicates that there was an issue operating on checkpoints within the SPARTA framework.