#include <Fl_Exception.h>
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 |
Only this type of exception is throwed by EFltk.
Definition at line 32 of file Fl_Exception.h.
|
|
Returns descriptive text of exception happened, including file name and line in file. If short_version is true, only text is returned. |
1.2.15