RPNXCortado
C++23 JVM class-file, bytecode, validation, and JAR toolkit
Loading...
Searching...
No Matches
errors.hpp File Reference

Exception types used by parsing, validation, and assembly APIs. More...

#include <stdexcept>
#include <string>

Go to the source code of this file.

Classes

class  rpnx::cortado::parse_error
 Reports malformed, truncated, unsupported, or inconsistent JVM/JAR binary input. More...
 
class  rpnx::cortado::validation_error
 Reports that a structured class-file model violates a JVMS rule. More...
 
class  rpnx::cortado::assembly_error
 Reports that symbolic bytecode could not be assembled. More...
 
class  rpnx::cortado::unsupported_feature_error
 Reports a deliberately unsupported JVM feature or analysis case. More...
 

Namespaces

namespace  rpnx::cortado
 JVM class-file, bytecode, validation, generation, and JAR APIs.
 

Detailed Description

Exception types used by parsing, validation, and assembly APIs.

Definition in file errors.hpp.