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

Fl_Exception Class Reference

General exception class for EFltk. More...

#include <Fl_Exception.h>

List of all members.

Public Methods

 Fl_Exception (const char *text="", const char *file="", int line=0)
Fl_String text (bool short_version=false) const
 Returns descriptive text of exception happened, including file name and line in file. More...


Protected Attributes

Fl_String m_text
const char * m_file
int m_line


Detailed Description

General exception class for EFltk.

Only this type of exception is throwed by EFltk.

Definition at line 32 of file Fl_Exception.h.


Member Function Documentation

Fl_String Fl_Exception::text bool    short_version = false const
 

Returns descriptive text of exception happened, including file name and line in file.

If short_version is true, only text is returned.


The documentation for this class was generated from the following file:
Generated on Thu Jul 31 15:33:48 2003 for eFLTK by doxygen1.2.15