All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
python.pubsinputerror.PubsInputError Class Reference
Inheritance diagram for python.pubsinputerror.PubsInputError:

Public Member Functions

def __init__
 
def __str__
 

Public Attributes

 run
 
 subrun
 
 version
 

Detailed Description

Definition at line 19 of file pubsinputerror.py.

Constructor & Destructor Documentation

def python.pubsinputerror.PubsInputError.__init__ (   self,
  run,
  subrun,
  version 
)

Definition at line 21 of file pubsinputerror.py.

21 
22  def __init__(self, run, subrun, version):
23  self.run = run
24  self.subrun = subrun
25  self.version = version
26  return

Member Function Documentation

def python.pubsinputerror.PubsInputError.__str__ (   self)

Definition at line 27 of file pubsinputerror.py.

27 
28  def __str__(self):
29  return 'Input is not yet available for run %d, subrun %d, version %d.' % (
30  self.run, self.subrun, self.version)

Member Data Documentation

python.pubsinputerror.PubsInputError.run

Definition at line 22 of file pubsinputerror.py.

python.pubsinputerror.PubsInputError.subrun

Definition at line 23 of file pubsinputerror.py.

python.pubsinputerror.PubsInputError.version

Definition at line 24 of file pubsinputerror.py.


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