Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
Alignment
OfflineValidation
python
TkAlAllInOneTool
TkAlExceptions.py
Go to the documentation of this file.
1
class
AllInOneError
(
Exception
):
2
def
__init__
(self, msg):
3
Exception.__init__(self, msg)
4
self.
_msg
= msg
5
return
6
7
def
__str__
(self):
8
return
self.
_msg
TkAlExceptions.AllInOneError._msg
_msg
Definition:
TkAlExceptions.py:4
TkAlExceptions.AllInOneError
Definition:
TkAlExceptions.py:1
TkAlExceptions.AllInOneError.__str__
def __str__
Definition:
TkAlExceptions.py:7
Exception
TkAlExceptions.AllInOneError.__init__
def __init__
Definition:
TkAlExceptions.py:2
Generated for CMSSW Reference Manual by
1.8.5