|
MBDyn-1.7.3
|
#include <except.h>


Public Member Functions | |
| ErrIndexOutOfRange (int idx, int imin, int imax, const char *file, int line, const char *func, const std::string r=std::string()) | |
Public Member Functions inherited from ErrOutOfRange | |
| ErrOutOfRange (const char *file, int line, const char *func, const std::string r=std::string()) | |
Public Member Functions inherited from MBDynErrBase | |
| MBDynErrBase (const char *file, int line, const char *func, const std::string r=std::string()) | |
| virtual | ~MBDynErrBase (void) throw () |
| void | Set (const std::string &s) |
| const char * | what (void) const throw () |
Protected Member Functions | |
| ErrIndexOutOfRange (const char *idx_type, int idx, int imin, int imax, const char *file, int line, const char *func, const std::string r=std::string()) | |
| void | WriteMsg (const char *idx_type, int idx, int imin, int imax, const char *file, int line, const char *func, const std::string r=std::string()) |
|
protected |
Definition at line 71 of file except.cc.
References MBDYN_EXCEPT_ARGS, and WriteMsg().

| ErrIndexOutOfRange::ErrIndexOutOfRange | ( | int | idx, |
| int | imin, | ||
| int | imax, | ||
| const char * | file, | ||
| int | line, | ||
| const char * | func, | ||
| const std::string | r = std::string() |
||
| ) |
Definition at line 77 of file except.cc.
References MBDYN_EXCEPT_ARGS, and WriteMsg().

|
protected |
Definition at line 60 of file except.cc.
References file, func(), and MBDynErrBase::Set().
Referenced by ErrIndexOutOfRange().
