| Home | Trees | Indices | Help | 
        
  | 
  
|---|
| 
       | 
  
              object --+            
                       |            
exceptions.BaseException --+        
                           |        
        exceptions.Exception --+    
                               |    
                    ROSException --+
                                   |
                  object --+       |
                           |       |
    exceptions.BaseException --+   |
                               |   |
    exceptions.KeyboardInterrupt --+
                                   |
                                  ROSInterruptException
Exception for operations that interrupted, e.g. due to shutdown.
This is a subclass of both ROSException and KeyboardInterrupt so that it can be used in logic tht expects either.
| Instance Methods | |
| 
     Inherited from  Inherited from  Inherited from   | 
  
| Properties | |
| 
     Inherited from  Inherited from   | 
  
| Home | Trees | Indices | Help | 
        
  | 
  
|---|
| Generated by Epydoc 3.0.1 on Sat Dec 28 17:42:54 2013 | http://epydoc.sourceforge.net |