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 | |
def | __init__ (self, errCode, errMsg) |
def | __str__ (self) |
def | errCode (self) |
def | errMsg (self) |
def | errMsg (self, value) |
Have a setter for errMsg as sometimes we want to update this with more information. More... | |
Private Attributes | |
_errCode | |
_errMsg | |
Base class for transform exceptions.
Definition at line 14 of file trfExceptions.py.
def python.trfExceptions.TransformException.__init__ | ( | self, | |
errCode, | |||
errMsg | |||
) |
Definition at line 15 of file trfExceptions.py.
def python.trfExceptions.TransformException.__str__ | ( | self | ) |
Definition at line 19 of file trfExceptions.py.
def python.trfExceptions.TransformException.errCode | ( | self | ) |
Definition at line 23 of file trfExceptions.py.
def python.trfExceptions.TransformException.errMsg | ( | self | ) |
Definition at line 27 of file trfExceptions.py.
def python.trfExceptions.TransformException.errMsg | ( | self, | |
value | |||
) |
Have a setter for errMsg
as sometimes we want to update this with more information.
Definition at line 33 of file trfExceptions.py.
|
private |
Definition at line 16 of file trfExceptions.py.
|
private |
Definition at line 17 of file trfExceptions.py.