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

Reports a deliberately unsupported JVM feature or analysis case. More...

#include <errors.hpp>

Inheritance diagram for rpnx::cortado::unsupported_feature_error:

Public Member Functions

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

Detailed Description

Reports a deliberately unsupported JVM feature or analysis case.

Definition at line 47 of file errors.hpp.

Constructor & Destructor Documentation

◆ unsupported_feature_error()

rpnx::cortado::unsupported_feature_error::unsupported_feature_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: