MOOS 0.2375
Public Member Functions | Static Public Attributes | Protected Member Functions
NEWMAT::ProgramException Class Reference

#include <newmat.h>

Inheritance diagram for NEWMAT::ProgramException:
Inheritance graph
[legend]
Collaboration diagram for NEWMAT::ProgramException:
Collaboration graph
[legend]

List of all members.

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 ()

Detailed Description

Definition at line 1624 of file newmat.h.


Constructor & Destructor Documentation

NEWMAT::ProgramException::ProgramException ( ) [protected]
NEWMAT::ProgramException::ProgramException ( const char *  c)

Definition at line 88 of file newmatex.cpp.

NEWMAT::ProgramException::ProgramException ( const char *  c,
const GeneralMatrix A 
)

Definition at line 96 of file newmatex.cpp.

NEWMAT::ProgramException::ProgramException ( const char *  c,
const GeneralMatrix A,
const GeneralMatrix B 
)

Definition at line 106 of file newmatex.cpp.

NEWMAT::ProgramException::ProgramException ( const char *  c,
MatrixType  a,
MatrixType  b 
)

Definition at line 116 of file newmatex.cpp.


Member Data Documentation

unsigned long NEWMAT::ProgramException::Select [static]

Reimplemented from Logic_error.

Definition at line 1629 of file newmat.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines