#include <NXException.hxx>
|
| static NXException | Create (const char *message) |
| static NXException | Create (int errorCode) |
| static NXException | Create (int errorCode, const char *message) |
◆ NXException()
| NXOpen::NXException::NXException |
( |
const NXException & | other | ) |
|
|
noexcept |
◆ ~NXException()
| virtual NXOpen::NXException::~NXException |
( |
| ) |
|
|
virtualnoexcept |
◆ AssertErrorCode()
| void NXOpen::NXException::AssertErrorCode |
( |
int | code | ) |
const |
◆ Create() [1/3]
| NXException NXOpen::NXException::Create |
( |
const char * | message | ) |
|
|
static |
根据英文消息创建NXException对象。 错误码设为0。
◆ Create() [2/3]
| NXException NXOpen::NXException::Create |
( |
int | errorCode | ) |
|
|
static |
◆ Create() [3/3]
| NXException NXOpen::NXException::Create |
( |
int | errorCode, |
|
|
const char * | message ) |
|
static |
◆ ErrorCode()
| int NXOpen::NXException::ErrorCode |
( |
| ) |
const |
◆ Message()
| const char * NXOpen::NXException::Message |
( |
| ) |
const |
◆ what()
| virtual const char * NXOpen::NXException::what |
( |
| ) |
const |
| throw | ( | ) | | | |
|
inlinevirtual |