Thrown when attempting to access a register that is not part of the trace file. More...
#include <global_excepts.hpp>
Public Member Functions | |
| UnknownTraceRegException (arion::REG reg) | |
Public Member Functions inherited from arion_exception::ArionException | |
| ArionException (std::string msg) | |
| const char * | what () const noexcept override |
Thrown when attempting to access a register that is not part of the trace file.
|
inlineexplicit |
Builder for UnknownTraceRegException instances.
| [in] | reg | The register that is not part of the trace file. |