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

Reports that a structured class-file model violates a JVMS rule. More...

#include <errors.hpp>

Inheritance diagram for rpnx::cortado::validation_error:

Public Member Functions

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

Detailed Description

Reports that a structured class-file model violates a JVMS rule.

Definition at line 27 of file errors.hpp.

Constructor & Destructor Documentation

◆ validation_error()

rpnx::cortado::validation_error::validation_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: