dxFeed Graal CXX API v4.0.0
Loading...
Searching...
No Matches
GraalException Struct Reference

The wrapper over CEntryPointErrorsEnum, the error code returned by GraalVM. More...

#include <GraalException.hpp>

+ Inheritance diagram for GraalException:

Public Member Functions

 GraalException (CEntryPointErrorsEnum entryPointErrorsEnum)
 Constructs an exception.
 
- Public Member Functions inherited from RuntimeException
 RuntimeException (const StringLikeWrapper &message, const StringLikeWrapper &additionalStackTrace="")
 Constructs a runtime exception.
 
const std::string & getStackTrace () const &
 

Detailed Description

The wrapper over CEntryPointErrorsEnum, the error code returned by GraalVM.

Constructor & Destructor Documentation

◆ GraalException()

DXFCPP_BEGIN_NAMESPACE GraalException::GraalException ( CEntryPointErrorsEnum entryPointErrorsEnum)

Constructs an exception.

Parameters
entryPointErrorsEnumThe error code returned by GraalVM.

References GraalException().

Referenced by GraalException().