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

Exception to inform that the entity doesn't have a parent. More...

#include <ParentNotFound.h>

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

Public Member Functions

 ParentNotFound (QString _element, QString _parent, QString _id)
 Constructor. More...
 
 ~ParentNotFound () throw ()
 Descriptor.
 
const char * what () const throw ()
 return a description of what the exception represents.
 

Detailed Description

Exception to inform that the entity doesn't have a parent.

Definition at line 26 of file ParentNotFound.h.

Constructor & Destructor Documentation

composer::core::util::ParentNotFound::ParentNotFound ( QString  _element,
QString  _parent,
QString  _id 
)
inline

Constructor.

Parameters
_element
_parent
_id

Definition at line 40 of file ParentNotFound.h.


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