QuantLib_Error

Langue: en

Autres versions - même langue

Version: 379251 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

QuantLib::Error -

Base error class.

SYNOPSIS


#include <ql/errors.hpp>

Inherits std::exception.

Public Member Functions


Error (const std::string &file, long line, const std::string &functionName, const std::string &message='')

~Error () throw ()

const char * what () const throw ()
returns the error message.

Detailed Description

Base error class.

Constructor & Destructor Documentation

Error (const std::string & file, long line, const std::string & functionName, const std::string & message = '')The explicit use of this constructor is not advised. Use the QL_FAIL macro instead.

~Error () throw ()the automatically generated destructor would not have the throw specifier.

Author

Generated automatically by Doxygen for QuantLib from the source code.