Public Member Functions | List of all members
basis.utilities.SubprocessError Class Reference

Exception thrown when command execution failed. More...

+ Inheritance diagram for basis.utilities.SubprocessError:
+ Collaboration diagram for basis.utilities.SubprocessError:

Public Member Functions

def __init__ (self, msg)
 Initialize exception, i.e., set message describing failure. More...
 
def __str__ (self)
 Return string representation of exception message. More...
 

Detailed Description

Exception thrown when command execution failed.

Definition at line 245 of file utilities.py.

Constructor & Destructor Documentation

§ __init__()

def basis.utilities.SubprocessError.__init__ (   self,
  msg 
)

Initialize exception, i.e., set message describing failure.

Definition at line 247 of file utilities.py.

Member Function Documentation

§ __str__()

def basis.utilities.SubprocessError.__str__ (   self)

Return string representation of exception message.

Definition at line 250 of file utilities.py.


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