Go to the source code of this file.
Value:class A : public Exception { \
public: \
A (const char *reason) : Exception (reason) { _name = _ex; } \
: Exception (serial, reason) { _name = _ex; } \
A (A const & toCopy) : Exception(toCopy) { _name = _ex; } \
Exception * cloneSelf()
const throw() {
return (
new A(_reason)); } \
void throwSelf() const { throw *this; } \
};
#define RTI_EXPORT
Definition: RTI13.h:52
#define NULL
Definition: baseTypes13.h:8
unsigned long ULong
Definition: baseTypes13.h:20
virtual Boolean throw(SpecifiedSaveLabelDoesNotExist, ConcurrentAccessAttempted, RTIinternalError)