Simbody  3.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SimTK::Exception::IndexOutOfRange Class Reference

#include <Exception.h>

+ Inheritance diagram for SimTK::Exception::IndexOutOfRange:

Public Member Functions

 IndexOutOfRange (const char *fn, int ln, const char *indexName, long long lb, long long index, long long ub, const char *where)
virtual ~IndexOutOfRange () throw ()
- Public Member Functions inherited from SimTK::Exception::Base
 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 ()

Additional Inherited Members

- Protected Member Functions inherited from SimTK::Exception::Base
void setMessage (const std::string &msgin)

Constructor & Destructor Documentation

SimTK::Exception::IndexOutOfRange::IndexOutOfRange ( const char *  fn,
int  ln,
const char *  indexName,
long long  lb,
long long  index,
long long  ub,
const char *  where 
)
inline
virtual SimTK::Exception::IndexOutOfRange::~IndexOutOfRange ( ) throw ()
inlinevirtual

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