#include <Exception.h>
Public Member Functions | |
| Exception (const char *f, int linenumber, int x) | |
Public Attributes | |
| std::string | fFile |
| File name of thrower. | |
| int | fLine |
| Line number of throw. | |
| int | fId |
| Id number of exception (see above). | |
Definition at line 13 of file fmwk/EventDataModel/Exception.h.
|
||||||||||||||||
|
Construct an exception marking the file, line number, and Id code for the exception Definition at line 17 of file fmwk/EventDataModel/Exception.h.
|
|
|
File name of thrower.
Definition at line 21 of file fmwk/EventDataModel/Exception.h. |
|
|
Id number of exception (see above).
Definition at line 23 of file fmwk/EventDataModel/Exception.h. |
|
|
Line number of throw.
Definition at line 22 of file fmwk/EventDataModel/Exception.h. |
1.3.9.1