ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
python.PostProcessing.PostProcessingError Class Reference
Inheritance diagram for python.PostProcessing.PostProcessingError:
Collaboration diagram for python.PostProcessing.PostProcessingError:

Public Member Functions

def __init__ (self, message, executedSteps, newStatus=None)
 
def __str__ (self)
 

Public Attributes

 message
 
 executedSteps
 
 newStatus
 

Detailed Description

Generic postprocessing exception class.

Definition at line 22 of file PostProcessing.py.

Constructor & Destructor Documentation

◆ __init__()

def python.PostProcessing.PostProcessingError.__init__ (   self,
  message,
  executedSteps,
  newStatus = None 
)

Definition at line 24 of file PostProcessing.py.

24  def __init__(self,message,executedSteps,newStatus=None):
25  self.message = message
26  self.executedSteps = executedSteps
27  self.newStatus = newStatus

Member Function Documentation

◆ __str__()

def python.PostProcessing.PostProcessingError.__str__ (   self)

Definition at line 28 of file PostProcessing.py.

28  def __str__(self):
29  return self.message
30 

Member Data Documentation

◆ executedSteps

python.PostProcessing.PostProcessingError.executedSteps

Definition at line 26 of file PostProcessing.py.

◆ message

python.PostProcessing.PostProcessingError.message

Definition at line 25 of file PostProcessing.py.

◆ newStatus

python.PostProcessing.PostProcessingError.newStatus

Definition at line 27 of file PostProcessing.py.


The documentation for this class was generated from the following file:
python.processes.powheg.ZZ.ZZ.__init__
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Definition: ZZ.py:18