namespace Akenti class Error : public exception

This is the base class of all errors

Inheritance:


Public Methods

Error (const string &message)
Constructs an Error with the specified message, a string that best describes this particular exception
virtual ~Error ()
Destroys the Error object
virtual const string& getMessage () const
Returns the message as a string
virtual const char* what () const
Returns the message as char*
virtual string paramString () const
Prints the data member for Error using the format [nameOfDataMember="valueOfDataMember",

Documentation

This is the base class of all errors.
Error(const string &message)
Constructs an Error with the specified message, a string that best describes this particular exception.
Parameters:
message - the detail message

virtual ~Error()
Destroys the Error object

virtual const string& getMessage() const
Returns the message as a string. This is preferred over the what method.

virtual const char* what() const
Returns the message as char*

virtual string paramString() const
Prints the data member for Error using the format [nameOfDataMember="valueOfDataMember",...]. Double quotes are used to enclose the values of the data members only if they are strings.
Returns:
the string format as shown above


This class has no child classes.
Author:
Srilekha Mudumbai Abdelilah Essiari
Version:
1.1 00/05/01

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de