|
dxFeed Graal CXX API v4.3.1
|
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 & |
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 RuntimeException::RuntimeException().