OpenGUI::Exception Class Reference

#include <OpenGUI_Exception.h>

List of all members.


Detailed Description

The only Exception class OpenGUI currently uses.


Public Member Functions

 Exception (int code, const std::string &desc, const std::string &srcArea, char *file, long line)
std::string getFullMessage () const
 Returns a fully formatted string comprised of all available information.


Constructor & Destructor Documentation

OpenGUI::Exception::Exception ( int  code,
const std::string &  desc,
const std::string &  srcArea,
char *  file,
long  line 
)

Parameters:
code The ExceptionID that most closely matches the problem
desc A string describing the problem
srcArea The name of the module or subsystem that initially threw the exception
file The filename in which the exception occurred
line The line number where the exception occurred


Member Function Documentation

std::string OpenGUI::Exception::getFullMessage (  )  const

Returns a fully formatted string comprised of all available information.


The documentation for this class was generated from the following files:
Copyright © 2006 OpenGUI | OpenGUI.SF.net
Generated: Fri Jan 5 23:05:25 2007