NCL Composer  0.1.5
 All Classes Functions Variables Pages
composer::core::util::EntityNotFound Class Reference

Exception to inform that the desired entity wasn't find (e.g. More...

#include <EntityNotFound.h>

Inheritance diagram for composer::core::util::EntityNotFound:
Collaboration diagram for composer::core::util::EntityNotFound:

Public Member Functions

 EntityNotFound (QString _element, QString _id)
 Contructor. More...
 
 ~EntityNotFound () throw ()
 Destructor.
 
const char * what () const throw ()
 return a description of what the exception represents.
 

Detailed Description

Exception to inform that the desired entity wasn't find (e.g.

in the model).

Definition at line 27 of file EntityNotFound.h.

Constructor & Destructor Documentation

composer::core::util::EntityNotFound::EntityNotFound ( QString  _element,
QString  _id 
)
inline

Contructor.

Parameters
_element
_id

Definition at line 39 of file EntityNotFound.h.


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