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

Public Member Functions

def __init__
 
def __str__
 

Public Attributes

 run
 
 subrun
 
 version
 

Detailed Description

Definition at line 19 of file pubsdeadenderror.py.

Constructor & Destructor Documentation

def python.pubsdeadenderror.PubsDeadEndError.__init__ (   self,
  run,
  subrun,
  version 
)

Member Function Documentation

def python.pubsdeadenderror.PubsDeadEndError.__str__ (   self)

Definition at line 27 of file pubsdeadenderror.py.

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

Member Data Documentation

python.pubsdeadenderror.PubsDeadEndError.run

Definition at line 22 of file pubsdeadenderror.py.

python.pubsdeadenderror.PubsDeadEndError.subrun

Definition at line 23 of file pubsdeadenderror.py.

python.pubsdeadenderror.PubsDeadEndError.version

Definition at line 24 of file pubsdeadenderror.py.


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