C++ main module for emicrom Package  1.0
Public Member Functions | List of all members
EMM_Exception Class Reference

this class describes the exceptions raised for E-MicromM package More...

#include <EMM_Exception.h>

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

Public Member Functions

 EMM_Exception ()
 build a matrix More...
 
 EMM_Exception (const tString &where, const tString &what)
 
 EMM_Exception (const tString &module, const tString &method, const tString &what)
 
 EMM_Exception (const tString &assertion, const tString &file, const tUInteger &line, const tString &function)
 
 EMM_Exception (const tString &module, const tString &assertion, const tString &file, const tUInteger &line, const tString &function)
 
tString getMessage () const
 return the message of the exception More...
 
virtual tString toString () const
 return the message of the exception More...
 

Detailed Description

this class describes the exceptions raised for E-MicromM package

Constructor & Destructor Documentation

◆ EMM_Exception() [1/5]

EMM_Exception::EMM_Exception ( )

build a matrix

◆ EMM_Exception() [2/5]

EMM_Exception::EMM_Exception ( const tString where,
const tString what 
)

◆ EMM_Exception() [3/5]

EMM_Exception::EMM_Exception ( const tString module,
const tString method,
const tString what 
)

◆ EMM_Exception() [4/5]

EMM_Exception::EMM_Exception ( const tString assertion,
const tString file,
const tUInteger line,
const tString function 
)

◆ EMM_Exception() [5/5]

EMM_Exception::EMM_Exception ( const tString module,
const tString assertion,
const tString file,
const tUInteger line,
const tString function 
)

Member Function Documentation

◆ getMessage()

tString CORE_Exception::getMessage ( ) const
inlineinherited

◆ toString()

virtual tString CORE_Exception::toString ( ) const
inlinevirtualinherited

return the message of the exception

References CORE_Exception::getMessage().

Here is the call graph for this function:

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