Public Member Functions | Private Member Functions

alize::ParamNotFoundInConfigException Class Reference

#include <Exception.h>

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

List of all members.

Public Member Functions

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

Private Member Functions

bool operator== (const ParamNotFoundInConfigException &) const
bool operator!= (const ParamNotFoundInConfigException &e) const
const
ParamNotFoundInConfigException
operator= (const ParamNotFoundInConfigException &)

Detailed Description

Thrown when a trial to get a parameter from a configuration abort

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

Definition at line 307 of file Exception.h.


Constructor & Destructor Documentation

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

Definition at line 322 of file Exception.cpp.

ParamNotFoundInConfigException::ParamNotFoundInConfigException ( const ParamNotFoundInConfigException e )

Definition at line 326 of file Exception.cpp.

ParamNotFoundInConfigException::~ParamNotFoundInConfigException (  ) [virtual]

Definition at line 333 of file Exception.cpp.


Member Function Documentation

String ParamNotFoundInConfigException::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 330 of file Exception.cpp.

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

Not implemented

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

Not implemented

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

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