Miscellaneous exception (details in character string). More...
#include <MatrixExceptions.h>
Public Member Functions | |
ProgramException (const char *c) | |
ProgramException (const char *c, const GeneralMatrix &) | |
ProgramException (const char *c, const GeneralMatrix &, const GeneralMatrix &) | |
ProgramException (const char *c, MatrixType, MatrixType) | |
Static Public Attributes | |
static unsigned long | Select |
Protected Member Functions | |
ProgramException () |
Miscellaneous exception (details in character string).
Definition at line 40 of file MatrixExceptions.h.
ProgramException::ProgramException | ( | ) | [protected] |
ProgramException::ProgramException | ( | const char * | c | ) |
Definition at line 7724 of file NewMatExhaustive.cpp.
ProgramException::ProgramException | ( | const char * | c, |
const GeneralMatrix & | A | ||
) |
Definition at line 7732 of file NewMatExhaustive.cpp.
ProgramException::ProgramException | ( | const char * | c, |
const GeneralMatrix & | A, | ||
const GeneralMatrix & | B | ||
) |
Definition at line 7742 of file NewMatExhaustive.cpp.
ProgramException::ProgramException | ( | const char * | c, |
MatrixType | a, | ||
MatrixType | b | ||
) |
Definition at line 7752 of file NewMatExhaustive.cpp.
unsigned long ProgramException::Select [static] |
Reimplemented from Logic_error.
Definition at line 45 of file MatrixExceptions.h.