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 String &desc, const String &srcArea, char *file, long line)
String getFullMessage () const
 Returns a fully formatted string comprised of all available information.


Constructor & Destructor Documentation

OpenGUI::Exception::Exception int  code,
const String desc,
const 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

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: Sun Sep 9 02:00:21 2007