ATLAS Offline Software
Loading...
Searching...
No Matches
python.hanwriter.HanWritingError Class Reference
Inheritance diagram for python.hanwriter.HanWritingError:
Collaboration diagram for python.hanwriter.HanWritingError:

Public Member Functions

 __init__ (self, reason)

Detailed Description

This exception is thrown when an error writing the han configuration  is encountered

Definition at line 22 of file hanwriter.py.

Constructor & Destructor Documentation

◆ __init__()

python.hanwriter.HanWritingError.__init__ ( self,
reason )

Definition at line 27 of file hanwriter.py.

27 def __init__(self, reason):
28 super().__init__(
29 "Cannot create the han file ("+str(reason)+")")
30
31# Generic exception
32# Han exception
33
34

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