OWLNext 6.32
Public Member Functions | Static Public Member Functions
owl::TXCommCtrl Class Reference

Exception object thrown by the Common Control wrappers of ObjectWindows. More...

#include <commctrl.h>

Inheritance diagram for owl::TXCommCtrl:
owl::TXOwl owl::TXBase

List of all members.

Public Member Functions

 TXCommCtrl ()
void Throw ()

Static Public Member Functions

static void Raise ()

Detailed Description

Exception object thrown by the Common Control wrappers of ObjectWindows.


Constructor & Destructor Documentation

owl::TXCommCtrl::TXCommCtrl ( )

Constructor of the Object thrown by the CommonControl wrappers of ObjectWindows.


Member Function Documentation

void owl::TXCommCtrl::Raise ( ) [static]

Constructs a TXCommCtrl exception from scratch, and throws it.

References TXCommCtrl().

void owl::TXCommCtrl::Throw ( ) [virtual]

Method to localize the actual call to 'throw' an TXCommCtrl object.

Note:
Localizing the call to 'throw' is a size optimization: the overhead of a 'throw' statement is generated only once.

Reimplemented from owl::TXOwl.


The documentation for this class was generated from the following files: