Thrown when trying to access a register that does not exist in the current architecture. More...
#include <global_excepts.hpp>
Public Member Functions | |
| NoRegWithValueException (arion::REG reg) | |
Public Member Functions inherited from arion_exception::ArionException | |
| ArionException (std::string msg) | |
| const char * | what () const noexcept override |
Thrown when trying to access a register that does not exist in the current architecture.
|
inlineexplicit |
Builder for NoRegWithValueException instances.
| [in] | reg | Value of the register that does not exist. |