HGL::Exception::AttachException Class Reference
[Exceptions]

Exception on type relation violations. More...

#include <attachexception.h>

Inherits std::exception.

List of all members.

Public Member Functions

 AttachException (const std::string &msg)
 Constructor
 AttachException (const IType *const what, const IType *const to)
 Constructor

Detailed Description

Exception on type relation violations.

If a type relationship gets violated this exceptions is thrown.

On type relationships see Types.

Author:
Heiko Schäfer <heiko@hgl.rangun.de>

Constructor & Destructor Documentation

AttachException::AttachException ( const IType *const  what,
const IType *const  to 
)

Constructor

Generates an exception with a message like: Attaching 'what' to 'to' isn't allowed

Parameters:
what which type got attached
to on which type attached
AttachException::AttachException ( const std::string &  msg  ) 

Constructor

Generates an exception with a given message

Parameters:
msg the message
Since:
0.5.11

Generated on 9 Apr 2014 for hgl 0.5.26~svn by  doxygen 1.6.1