Public Member Functions | Private Member Functions

alize::IdAlreadyExistsException Class Reference

#include <Exception.h>

Inheritance diagram for alize::IdAlreadyExistsException:
Inheritance graph
[legend]
Collaboration diagram for alize::IdAlreadyExistsException:
Collaboration graph
[legend]

List of all members.

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 IdAlreadyExistsExceptionoperator= (const IdAlreadyExistsException &)

Detailed Description

Exception thrown if you try to create or duplicate a mixture inside the mixture server with an already used identifier

Author:
Frederic Wils frederic.wils@lia.univ-avignon.fr
Version:
1.0
Date:
2003

Definition at line 194 of file Exception.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

String IdAlreadyExistsException::getClassName (  ) const [virtual]

Returns the name of the class

Returns:
the name of the class of the object as a String

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]

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