#include <ManusArm.hpp>
Public Member Functions | |
| ArmException (char *message) throw () | |
| Exceptions from the ARM class.   | |
| virtual const char * | what () const throw () | 
Private Attributes | |
| char * | msg | 
Definition at line 155 of file ManusArm.hpp.
| ArmException::ArmException | ( | char * | message | ) | throw () | 
Exceptions from the ARM class.
Definition at line 730 of file ManusArm.cpp.
| const char * ArmException::what | ( | ) |  const  throw () [virtual] | 
        
Definition at line 742 of file ManusArm.cpp.
char* ArmException::msg [private] | 
        
Definition at line 158 of file ManusArm.hpp.