Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

Error Class Reference

#include <ATypes.h>

List of all members.


Detailed Description

Use this when throwing an error.

Definition at line 72 of file ATypes.h.

Public Methods

 Error (string s)
 Error (char *s)


Constructor & Destructor Documentation

Error::Error string    s [inline]
 

Definition at line 75 of file ATypes.h.

00075 { MessageBox(NULL, s.c_str(), "EXCEPTION", MB_OK ); }

Error::Error char *    s [inline]
 

Definition at line 76 of file ATypes.h.

00076 { *this=Error(string(s)); }     


The documentation for this class was generated from the following file:
Generated on Wed Apr 23 05:52:04 2003 for Modern Warfare by doxygen1.3-rc2