openModeller  Version 1.5.0
GarpException Class Reference

#include <Utilities.h>

Inheritance diagram for GarpException:
Inheritance graph
Collaboration diagram for GarpException:
Collaboration graph

Public Member Functions

 GarpException (int code, string message)
 
 ~GarpException () throw ()
 
void getError (int &code, string &message)
 
- Public Member Functions inherited from AlgorithmException
 AlgorithmException (const std::string &msg)
 
- Public Member Functions inherited from OmException
 OmException (const std::string &msg)
 

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: