|
hgl 0.5.25
A compiler/interpreter suite for developing images
|
Exception on type relation violations. More...
#include "attachexception.h"
Inherits std::exception.
Public Member Functions | |
| AttachException (const IType *const what, const IType *const to) | |
Constructor More... | |
| AttachException (const std::string &msg) | |
Constructor More... | |
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 |
References HGL::IType::getSerialID().
| AttachException::AttachException | ( | const std::string & | msg | ) |
Constructor
Generates an exception with a given message
| msg | the message |
1.8.5