Base Class Reference
#include <Exception.h>
List of all members.
Public Member Functions |
| Base (const char *fn="<UNKNOWN>", int ln=0) |
virtual | ~Base () throw () |
const std::string & | getMessage () const |
const std::string & | getMessageText () const |
const char * | what () const throw () |
Protected Member Functions |
void | setMessage (const std::string &msgin) |
Constructor & Destructor Documentation
Base |
( |
const char * |
fn = "<UNKNOWN>" , |
|
|
int |
ln = 0 | |
|
) |
| | [inline, explicit] |
virtual ~Base |
( |
|
) |
throw () [inline, virtual] |
Member Function Documentation
const std::string& getMessage |
( |
|
) |
const [inline] |
const std::string& getMessageText |
( |
|
) |
const [inline] |
void setMessage |
( |
const std::string & |
msgin |
) |
[inline, protected] |
Referenced by APIArgcheckFailed::APIArgcheckFailed(), Assert::Assert(), Cant::Cant(), ConvergedFailed::ConvergedFailed(), ErrorCheck::ErrorCheck(), IllegalLapackArg::IllegalLapackArg(), IncompatibleValues::IncompatibleValues(), IncorrectArrayLength::IncorrectArrayLength(), IndexOutOfRange::IndexOutOfRange(), NotPositiveDefinite::NotPositiveDefinite(), OperationNotAllowedOnNonconstReadOnlyView::OperationNotAllowedOnNonconstReadOnlyView(), OperationNotAllowedOnOwner::OperationNotAllowedOnOwner(), OperationNotAllowedOnView::OperationNotAllowedOnView(), OptimizerFailed::OptimizerFailed(), SingularMatrix::SingularMatrix(), SizeOutOfRange::SizeOutOfRange(), SizeWasNegative::SizeWasNegative(), UnimplementedVirtualMethod::UnimplementedVirtualMethod(), UnrecognizedParameter::UnrecognizedParameter(), ValueOutOfRange::ValueOutOfRange(), ValueWasNegative::ValueWasNegative(), and ZeroLeadingCoefficient::ZeroLeadingCoefficient().
const char* what |
( |
|
) |
const throw () [inline] |
The documentation for this class was generated from the following file: