iLand
Public Member Functions | List of all members
IException Class Reference

Exception IException is the iLand model exception class. More...

#include <exception.h>

Inheritance diagram for IException:

Public Member Functions

 ~IException () throw ()
 
 IException ()
 
 IException (QString msg)
 
const QString & message () const
 
void add (const QString &msg)
 

Detailed Description

Exception IException is the iLand model exception class.

The class uses a string to store exception messages.

Constructor & Destructor Documentation

◆ ~IException()

IException::~IException ( )
throw (
)
inline

◆ IException() [1/2]

IException::IException ( )
inline

◆ IException() [2/2]

IException::IException ( QString  msg)
inline

Member Function Documentation

◆ add()

void IException::add ( const QString &  msg)
inline

◆ message()

const QString & IException::message ( ) const
inline

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