Generic postprocessing exception class.
Definition at line 22 of file PostProcessing.py.
◆ __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
◆ __str__()
def python.PostProcessing.PostProcessingError.__str__ |
( |
|
self | ) |
|
◆ executedSteps
python.PostProcessing.PostProcessingError.executedSteps |
◆ message
python.PostProcessing.PostProcessingError.message |
◆ newStatus
python.PostProcessing.PostProcessingError.newStatus |
The documentation for this class was generated from the following file: