DUECA/DUSIME
Public Member Functions | List of all members
LinSysException Class Reference

This is an exception that can be thrown by the LinearSystem class. More...

Inheritance diagram for LinSysException:
Inheritance graph
[legend]
Collaboration diagram for LinSysException:
Collaboration graph
[legend]

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...
 

Detailed Description

This is an exception that can be thrown by the LinearSystem class.

Constructor & Destructor Documentation

◆ LinSysException()

LinSysException::LinSysException ( const LinSysException e)
inline

Copy constructor.

◆ ~LinSysException()

virtual LinSysException::~LinSysException ( )
throw (
)
inlinevirtual

Destructor.

Member Function Documentation

◆ what()

const char* LinSysException::what ( ) const
throw (
)
inline

Print out the reason for throwing this.


The documentation for this class was generated from the following file: