Warning: this documentation for the development version is under construction.

Seldon::WrongArgument Class Reference

Inheritance diagram for Seldon::WrongArgument:
Seldon::Error

List of all members.

Public Member Functions

 WrongArgument (string function="", string comment="")
 Main constructor.
virtual string What ()
 Delivers information about the error.
void CoutWhat ()
 Delivers information about the error.

Protected Attributes

string description_
 Message describing the exception type.
string function_
 Name of the function in which the error occurred.
string comment_
 A comment about the error.

Detailed Description

Definition at line 75 of file Errors.hxx.


Constructor & Destructor Documentation

Seldon::WrongArgument::WrongArgument ( string  function = "",
string  comment = "" 
)

Main constructor.

Error associated with both a function and a comment.

Parameters:
function function with which the error is associated.
comment comment associated with the error.

Definition at line 163 of file Errors.cxx.


Member Function Documentation

void Seldon::Error::CoutWhat (  )  [inherited]

Delivers information about the error.

Displays available information, i.e. the error description, the function and/or a comment.

Definition at line 106 of file Errors.cxx.

string Seldon::WrongArgument::What (  )  [virtual]

Delivers information about the error.

Displays available information, i.e. the error description, the function and/or the comment.

Reimplemented from Seldon::Error.

Definition at line 177 of file Errors.cxx.


The documentation for this class was generated from the following files:
  • /home/vivien/public_html/.src_seldon/share/Errors.hxx
  • /home/vivien/public_html/.src_seldon/share/Errors.cxx