OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Data Fields
MsmsProcessError Class Reference

Inherits Exception.

Public Member Functions

def __init__
 
def __str__
 

Data Fields

 returncode
 
 command
 

Detailed Description

Python 2.4 and older do not include the CalledProcessError exception. This
class substitutes it.

Definition at line 28 of file msms.py.

Constructor & Destructor Documentation

def __init__ (   self,
  returncode,
  command 
)

Definition at line 33 of file msms.py.

Member Function Documentation

def __str__ (   self)

Definition at line 36 of file msms.py.

Field Documentation

command

Definition at line 35 of file msms.py.

returncode

Definition at line 34 of file msms.py.


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