Public Member Functions | Private Member Functions

alize::ConfigCheckException Class Reference

#include <Exception.h>

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

List of all members.

Public Member Functions

 ConfigCheckException (const String &msg, const String &sourceFile, int line)
 ConfigCheckException (const ConfigCheckException &)
virtual ~ConfigCheckException ()
virtual String getClassName () const

Private Member Functions

bool operator== (const ConfigCheckException &) const
bool operator!= (const ConfigCheckException &e) const
const ConfigCheckExceptionoperator= (const ConfigCheckException &)

Detailed Description

Thrown when a configuration check fail

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

Definition at line 329 of file Exception.h.


Constructor & Destructor Documentation

ConfigCheckException::ConfigCheckException ( const String msg,
const String sourceFile,
int  line 
) [explicit]

Definition at line 340 of file Exception.cpp.

ConfigCheckException::ConfigCheckException ( const ConfigCheckException e )

Definition at line 344 of file Exception.cpp.

ConfigCheckException::~ConfigCheckException (  ) [virtual]

Definition at line 351 of file Exception.cpp.


Member Function Documentation

String ConfigCheckException::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 348 of file Exception.cpp.

bool alize::ConfigCheckException::operator!= ( const ConfigCheckException e ) const [private]

Not implemented

const ConfigCheckException& alize::ConfigCheckException::operator= ( const ConfigCheckException  ) [private]

Not implemented

bool alize::ConfigCheckException::operator== ( const ConfigCheckException  ) const [private]

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