openModeller  Version 1.4.0
GarpException Class Reference

#include <Utilities.h>

Inheritance diagram for GarpException:
Collaboration diagram for GarpException:

List of all members.

Public Member Functions

 GarpException (int code, string message)
 ~GarpException () throw ()
void getError (int &code, string &message)

Private Attributes

int intCode
string strMessage

Detailed Description

Definition at line 110 of file Utilities.h.


Constructor & Destructor Documentation

GarpException::GarpException ( int  code,
string  message 
) [inline]

Definition at line 114 of file Utilities.h.

GarpException::~GarpException ( ) throw () [inline]

Definition at line 120 of file Utilities.h.


Member Function Documentation

void GarpException::getError ( int &  code,
string &  message 
) [inline]

Definition at line 122 of file Utilities.h.

References intCode, and strMessage.


Member Data Documentation

int GarpException::intCode [private]

Definition at line 130 of file Utilities.h.

Referenced by getError().

string GarpException::strMessage [private]

Definition at line 131 of file Utilities.h.

Referenced by getError().


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