#include <Exception.h>


Public Member Functions | |
| IdAlreadyExistsException (const String &msg, const String &sourceFile, int line) | |
| IdAlreadyExistsException (const IdAlreadyExistsException &) | |
| virtual | ~IdAlreadyExistsException () |
| virtual String | getClassName () const |
Private Member Functions | |
| bool | operator== (const IdAlreadyExistsException &) const |
| bool | operator!= (const IdAlreadyExistsException &e) const |
| const IdAlreadyExistsException & | operator= (const IdAlreadyExistsException &) |
Exception thrown if you try to create or duplicate a mixture inside the mixture server with an already used identifier
Definition at line 194 of file Exception.h.
| IdAlreadyExistsException::IdAlreadyExistsException | ( | const String & | msg, |
| const String & | sourceFile, | ||
| int | line | ||
| ) | [explicit] |
Definition at line 252 of file Exception.cpp.
| IdAlreadyExistsException::IdAlreadyExistsException | ( | const IdAlreadyExistsException & | e ) |
Definition at line 256 of file Exception.cpp.
| IdAlreadyExistsException::~IdAlreadyExistsException | ( | ) | [virtual] |
Definition at line 263 of file Exception.cpp.
| String IdAlreadyExistsException::getClassName | ( | ) | const [virtual] |
Returns the name of the class
Reimplemented from alize::Exception.
Definition at line 260 of file Exception.cpp.
| bool alize::IdAlreadyExistsException::operator!= | ( | const IdAlreadyExistsException & | e ) | const [private] |
Not implemented
| const IdAlreadyExistsException& alize::IdAlreadyExistsException::operator= | ( | const IdAlreadyExistsException & | ) | [private] |
Not implemented
| bool alize::IdAlreadyExistsException::operator== | ( | const IdAlreadyExistsException & | ) | const [private] |
1.7.2