class GeneralException

/ /** The GeneralException is intended to write a generic message to the user with file where the exception occured and the line number. More...

Definition#include <data-flow/include/BaseException.h>
InheritsBaseException
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Members


Detailed Description

/ /** The GeneralException is intended to write a generic message to the user with file where the exception occured and the line number. user __FILE__ and __LINE__ for convenience.

 GeneralException (string _message, string _file, int _line) : message(_message) , file (_file) , line (_line)

void  print (ostream &out = cerr)

[virtual]

Reimplemented from BaseException.

string message

[protected]

string file

[protected]

int line

[protected]