|
Teamcenter C++ API Reference
2312
|
Functions | |
| Error | pushErrorStack (int ifail, const char *s1=0, const char *s2=0, const char *s3=0, const char *s4=0, const char *s5=0, const char *s6=0, const char *s7=0) |
| Push ifail to error stach and create an Error object. Retain the error stack. ErrorMap exception policy. More... | |
| Error | readErrorStack (int ifail) |
| Read error stack into an Error object. Retain the error stack. ErrorMap exception policy. More... | |
| Error | takeErrorStack (int ifail) |
| Take ownership of error stack into an Error object. Clear the error stack ready for later use. ErrorMap exception policy. More... | |
| Error | takeErrorStack (IFail const &ifail) |
| Take ownership of error stack into an Error object, and clear. Clear the error stack ready for later use. ErrorMap exception policy. More... | |
| Error | takeErrorStack (status_t const &status) |
| Take ownership of error stack into an Error object, and clear. Clear the error stack ready for later use. ErrorMap exception policy. More... | |
| Error Teamcenter::Private::pushErrorStack | ( | int | ifail, |
| const char * | s1 = 0, |
||
| const char * | s2 = 0, |
||
| const char * | s3 = 0, |
||
| const char * | s4 = 0, |
||
| const char * | s5 = 0, |
||
| const char * | s6 = 0, |
||
| const char * | s7 = 0 |
||
| ) |
Push ifail to error stach and create an Error object. Retain the error stack. ErrorMap exception policy.
| Error Teamcenter::Private::readErrorStack | ( | int | ifail | ) |
Read error stack into an Error object. Retain the error stack. ErrorMap exception policy.
| Error Teamcenter::Private::takeErrorStack | ( | int | ifail | ) |
Take ownership of error stack into an Error object. Clear the error stack ready for later use. ErrorMap exception policy.
Take ownership of error stack into an Error object, and clear. Clear the error stack ready for later use. ErrorMap exception policy.
Take ownership of error stack into an Error object, and clear. Clear the error stack ready for later use. ErrorMap exception policy.