OpenStructure
Public Member Functions | Data Fields
MsmsProcessError Class Reference

Public Member Functions

def __init__
def __str__

Data Fields

 returncode
 command

Detailed Description

custom exception that substitutes CalledProcessError

Python 2.4 does not include the CalledProcessError exception. This one substitutes it

Definition at line 33 of file msms.py.


Constructor & Destructor Documentation

def __init__ (   self,
  returncode,
  command 
)

Definition at line 34 of file msms.py.


Member Function Documentation

def __str__ (   self)

Definition at line 37 of file msms.py.


Field Documentation

command

Definition at line 36 of file msms.py.

returncode

Definition at line 35 of file msms.py.


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