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

Reports malformed, truncated, unsupported, or inconsistent JVM/JAR binary input. More...

#include <errors.hpp>

Inheritance diagram for rpnx::cortado::parse_error:

Public Member Functions

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

Detailed Description

Reports malformed, truncated, unsupported, or inconsistent JVM/JAR binary input.

Definition at line 17 of file errors.hpp.

Constructor & Destructor Documentation

◆ parse_error()

rpnx::cortado::parse_error::parse_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: