![]() |
ATLAS Offline Software
|
Base class for transform exceptions. More...
Inherits Exception.
Inherited by python.trfExceptions.TransformAMIException, python.trfExceptions.TransformArgException, python.trfExceptions.TransformExecutionException, python.trfExceptions.TransformInternalException, python.trfExceptions.TransformLogfileException, python.trfExceptions.TransformMetadataException, python.trfExceptions.TransformNeedCheckException, python.trfExceptions.TransformReportException, python.trfExceptions.TransformSetupException, python.trfExceptions.TransformTimeoutException, and python.trfExceptions.TransformValidationException.
Public Member Functions | |
| __init__ (self, errCode, errMsg) | |
| __str__ (self) | |
| errCode (self) | |
| errMsg (self) | |
| errMsg (self, value) | |
Have a setter for errMsg as sometimes we want to update this with more information. | |
Protected Attributes | |
| _errCode = errCode | |
| _errMsg = errMsg | |
Base class for transform exceptions.
Definition at line 14 of file trfExceptions.py.
| python.trfExceptions.TransformException.__init__ | ( | self, | |
| errCode, | |||
| errMsg ) |
Definition at line 15 of file trfExceptions.py.
| python.trfExceptions.TransformException.__str__ | ( | self | ) |
Definition at line 20 of file trfExceptions.py.
| python.trfExceptions.TransformException.errCode | ( | self | ) |
Definition at line 24 of file trfExceptions.py.
| python.trfExceptions.TransformException.errMsg | ( | self | ) |
Definition at line 28 of file trfExceptions.py.
| python.trfExceptions.TransformException.errMsg | ( | self, | |
| value ) |
Have a setter for errMsg as sometimes we want to update this with more information.
Definition at line 34 of file trfExceptions.py.
|
protected |
Definition at line 16 of file trfExceptions.py.
|
protected |
Definition at line 17 of file trfExceptions.py.