RPNX::Cortado
C++23 JVM class-file, bytecode, validation, and JAR toolkit
Loading...
Searching...
No Matches
rpnx::cortado::assembly_error Class Reference

Reports that a caller-supplied symbolic bytecode program is inconsistent. More...

#include <errors.hpp>

Inheritance diagram for rpnx::cortado::assembly_error:

Public Member Functions

 assembly_error (std::string const &message)
 Constructs an error with a stable, human-readable diagnostic.
 

Detailed Description

Reports that a caller-supplied symbolic bytecode program is inconsistent.

Definition at line 46 of file errors.hpp.

Constructor & Destructor Documentation

◆ assembly_error()

rpnx::cortado::assembly_error::assembly_error ( std::string const & message)
explicit

Constructs an error with a stable, human-readable diagnostic.

Parameters
messageDiagnostic copied into the std::logic_error base.

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