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

Thrown when a trace file was written with a newer version of Arion. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::NewerTraceFileVersionException:
arion_exception::ArionException

Public Member Functions

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

Detailed Description

Thrown when a trace file was written with a newer version of Arion.

Constructor & Destructor Documentation

◆ NewerTraceFileVersionException()

arion_exception::NewerTraceFileVersionException::NewerTraceFileVersionException ( std::string  file_path)
inlineexplicit

Builder for NewerTraceFileVersionException instances.

Parameters
[in]file_pathPath to the trace file.

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