Exception on type relation violations. More...
#include <attachexception.h>
Inherits std::exception.
Public Member Functions | |
| AttachException (const std::string &msg) | |
Constructor | |
| AttachException (const IType *const what, const IType *const to) | |
Constructor | |
Exception on type relation violations.
If a type relationship gets violated this exceptions is thrown.
On type relationships see Types.
Constructor
Generates an exception with a message like: Attaching 'what' to 'to' isn't allowed
| what | which type got attached | |
| to | on which type attached |
| AttachException::AttachException | ( | const std::string & | msg | ) |
Constructor
Generates an exception with a given message
| msg | the message |
1.6.1