|
RPNXCortado
C++23 JVM class-file, bytecode, validation, and JAR toolkit
|
Reports that a structured class-file model violates a JVMS rule. More...
#include <errors.hpp>
Public Member Functions | |
| validation_error (std::string const &message) | |
| Constructs an error with a stable, human-readable diagnostic. | |
Reports that a structured class-file model violates a JVMS rule.
Definition at line 27 of file errors.hpp.
|
explicit |
Constructs an error with a stable, human-readable diagnostic.
| message | Diagnostic copied into the std::runtime_error base. |