|
RPNXCortado
C++23 JVM class-file, bytecode, validation, and JAR toolkit
|
Reports malformed, truncated, unsupported, or inconsistent JVM/JAR binary input. More...
#include <errors.hpp>
Public Member Functions | |
| parse_error (std::string const &message) | |
| Constructs an error with a stable, human-readable diagnostic. | |
Reports malformed, truncated, unsupported, or inconsistent JVM/JAR binary input.
Definition at line 17 of file errors.hpp.
|
explicit |
Constructs an error with a stable, human-readable diagnostic.
| message | Diagnostic copied into the std::runtime_error base. |