DUECA/DUSIME
|
This is an exception that can be thrown by the LinearSystem class. More...
Public Member Functions | |
LinSysException (const LinSysException &e) | |
Copy constructor. More... | |
LinSysException (const char *file, int line, const char *r) | |
With line number and file name. | |
virtual | ~LinSysException () throw () |
Destructor. More... | |
const char * | what () const throw () |
Print out the reason for throwing this. More... | |
This is an exception that can be thrown by the LinearSystem class.
|
inline |
Copy constructor.
|
inlinevirtual |
Destructor.
|
inline |
Print out the reason for throwing this.