10#ifndef __RTException_h__
11#define __RTException_h__ included
17#ifndef __RTExceptionSignal_h__
18#include <RTExceptionSignal.h>
21#ifndef __RTProtocol_h__
22#include <RTProtocol.h>
37 RTS_INLINE
Base(
void );
38 RTS_INLINE
~Base(
void );
44 rti_arithmeticError = rtiLast_RTProtocol + 1
47 , rti_notUnderstoodError
48 , rti_serviceAccessError
50 , rti_subclassResponsibilityError
103 rtiLast_Exception = rti_userError
114#include <RTException.inl>
Represents an exception port through which exception events can be raised.
Definition: RTException.h:35
Represents a general capsule port typed by a protocol which determines the set of events that can be ...
Definition: RTProtocol.h:50
Represents the predefined "Exception" protocol.
Definition: RTException.h:31
Definition: RTExceptionSignal.h:29
Definition: RTProtocolDescriptor.h:40
Encapsulates a data object and its type descriptor.
Definition: RTTypedValue.h:29