OpenSim  OpenSim 3.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
OpenSim::InterruptedException Class Reference

#include <InterruptedException.h>

Inheritance diagram for OpenSim::InterruptedException:
OpenSim::Exception

Public Member Functions

 InterruptedException (const std::string &aMsg="", const std::string &aFile="", int aLine=-1)
virtual void print (std::ostream &aOut)
- Public Member Functions inherited from OpenSim::Exception
 Exception (const std::string &aMsg="", const std::string &aFile="", int aLine=-1)
virtual ~Exception () throw ()
void setMessage (const std::string &aMsg)
const char * getMessage () const
virtual void print (std::ostream &aOut) const
const char * what () const throw ()

Additional Inherited Members

- Protected Attributes inherited from OpenSim::Exception
std::string _msg
 A user set message for the exception.
std::string _file
 File in which the error occurred.
int _line
 Line number at which the error occurred.

Constructor & Destructor Documentation

OpenSim::InterruptedException::InterruptedException ( const std::string &  aMsg = "",
const std::string &  aFile = "",
int  aLine = -1 
)
inline

Member Function Documentation

virtual void OpenSim::InterruptedException::print ( std::ostream &  aOut)
inlinevirtual

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