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

#include <applicat.h>

Inheritance diagram for owl::TXInvalidMainWindow:
owl::TXOwl owl::TXBase

List of all members.

Public Member Functions

 TXInvalidMainWindow ()
void Throw ()

Static Public Member Functions

static void Raise ()

Detailed Description

A nested class, TXInvalidMainWindow describes an exception that results from an invalid Window. This exception is thrown if there is not enough memory to create a window or a dialog object. TApplication::InitInstance throws this exception if it can't initialize an instance of an application object.


Constructor & Destructor Documentation

owl::TXInvalidMainWindow::TXInvalidMainWindow ( )

Constructs a TXInvalidMainWindow object with a default IDS_INVALIDMAINWINDOW.


Member Function Documentation

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

Throws a TXInvalidMainWindow exception.

References TXInvalidMainWindow().

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

Throws the exception object. Throw must be implemented in any class derived from TXOwl.

Reimplemented from owl::TXOwl.


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