Arion 1.0.2-alpha
A high-performance C++ framework for emulating executable binaries.
 
Loading...
Searching...
No Matches
arion_exception::NoIdtEntryWithIntnoException Class Reference

Thrown when attempting to access an IDT entry with an interrupt number that is not referenced. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::NoIdtEntryWithIntnoException:
arion_exception::ArionException

Public Member Functions

 NoIdtEntryWithIntnoException (uint32_t intno)
 
- Public Member Functions inherited from arion_exception::ArionException
 ArionException (std::string msg)
 
const char * what () const noexcept override
 

Detailed Description

Thrown when attempting to access an IDT entry with an interrupt number that is not referenced.

Constructor & Destructor Documentation

◆ NoIdtEntryWithIntnoException()

arion_exception::NoIdtEntryWithIntnoException::NoIdtEntryWithIntnoException ( uint32_t  intno)
inlineexplicit

Builder for NoIdtEntryWithIntnoException instances.

Parameters
[in]intnoThe interrupt number that is not referenced.

The documentation for this class was generated from the following file: