dxFeed Graal CXX API
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.
 
const std::string & getStackTrace () const &
 

Detailed Description

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

Constructor & Destructor Documentation

◆ GraalException()

GraalException::GraalException ( CEntryPointErrorsEnum entryPointErrorsEnum)

Constructs an exception.

Parameters
entryPointErrorsEnumThe error code returned by GraalVM.

References GraalException().

Referenced by GraalException().

Member Function Documentation

◆ getStackTrace()

const std::string & GraalException::getStackTrace ( ) const &
Returns
dxFeed Graal CXX API stack trace