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

Reports that symbolic bytecode could not be assembled. 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 symbolic bytecode could not be assembled.

Definition at line 37 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::runtime_error base.

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