MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
ErrRowIndexOutOfRange Class Reference

#include <except.h>

Inheritance diagram for ErrRowIndexOutOfRange:
Collaboration diagram for ErrRowIndexOutOfRange:

Public Member Functions

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

Additional Inherited Members

- Protected Member Functions inherited from ErrIndexOutOfRange
 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())
 

Detailed Description

Definition at line 103 of file except.h.

Constructor & Destructor Documentation

ErrRowIndexOutOfRange::ErrRowIndexOutOfRange ( int  idx,
int  imin,
int  imax,
const char *  file,
int  line,
const char *  func,
const std::string  r = std::string() 
)
inline

Definition at line 105 of file except.h.

106  : ErrIndexOutOfRange("row ", idx, imin, imax, MBDYN_EXCEPT_ARGS_PASSTHRU) {};
#define MBDYN_EXCEPT_ARGS_PASSTHRU
Definition: except.h:55
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())
Definition: except.cc:71

The documentation for this class was generated from the following file: