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