|
|
 |
|
XER C++ Runtime Classes.
Define Documentation
| #define ASN1SAXCATCH |
( |
toCatch, |
|
|
stat |
|
) |
|
|
|
|
Value: ASN1SAXCATCH0(toCatch,stat) \
catch (const ASN1MessageBuffer::RTLError& toCatch) { \
cerr << "ASN.1 RTL ERROR: " << toCatch.getStatus() << endl; \
stat = toCatch.getStatus(); \
}
|
| #define ASN1SAXCATCH0 |
( |
toCatch, |
|
|
stat |
|
) |
|
|
|
|
Value: catch ( OSRTSAXException& toCatch) { \
cerr << "ASN1XERSAX ERROR: "; \
if (toCatch.getMessage()) \
cerr << StrX (toCatch.getMessage()); \
stat = toCatch.getStatus(); \
if (stat) \
cerr << "\n" << "Status: " << stat << endl; \
}
|
|
This document may be distributed in any form, electronic
or otherwise, provided that it is distributed in its entirety
and that the copyright and this notice are included.
|
This file was last modified on
1 Oct 2004. ASN1C XER Runtime, ASN1C v5.7x |
|