BASIS  r3148
basis::utilities::SubprocessError Class Reference

Exception thrown when command execution failed. More...

List of all members.

Public Member Functions

def __init__
 Initialize exception, i.e., set message describing failure.
def __str__
 Return string representation of exception message.

Detailed Description

Exception thrown when command execution failed.

Definition at line 220 of file utilities.py.


Constructor & Destructor Documentation

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

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

Definition at line 222 of file utilities.py.


Member Function Documentation

def basis::utilities::SubprocessError::__str__ (   self)

Return string representation of exception message.

Definition at line 225 of file utilities.py.


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