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

Thrown when passing an invalid system call number to a method. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::InvalidSyscallNoException:
arion_exception::ArionException

Public Member Functions

 InvalidSyscallNoException (uint64_t syscall_no)
 
- Public Member Functions inherited from arion_exception::ArionException
 ArionException (std::string msg)
 
const char * what () const noexcept override
 

Detailed Description

Thrown when passing an invalid system call number to a method.

Constructor & Destructor Documentation

◆ InvalidSyscallNoException()

arion_exception::InvalidSyscallNoException::InvalidSyscallNoException ( uint64_t  syscall_no)
inlineexplicit

Builder for InvalidSyscallNoException instances.

Parameters
[in]syscall_noThe invalid system call number.

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