dxFeed Graal CXX API v4.0.0
|
The wrapper over CEntryPointErrorsEnum, the error code returned by GraalVM. More...
#include <GraalException.hpp>
Public Member Functions | |
GraalException (CEntryPointErrorsEnum entryPointErrorsEnum) | |
Constructs an exception. | |
![]() | |
RuntimeException (const StringLikeWrapper &message, const StringLikeWrapper &additionalStackTrace="") | |
Constructs a runtime exception. | |
const std::string & | getStackTrace () const & |
The wrapper over CEntryPointErrorsEnum, the error code returned by GraalVM.
DXFCPP_BEGIN_NAMESPACE GraalException::GraalException | ( | CEntryPointErrorsEnum | entryPointErrorsEnum | ) |
Constructs an exception.
entryPointErrorsEnum | The error code returned by GraalVM. |
References GraalException().
Referenced by GraalException().