Hermes DRS  6.0
reduction software
 All Classes Namespaces Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
hermes.pipeline.core.pipelineexceptions.InputException Class Reference

Class to treat the "unadapted input" exception. More...

Inheritance diagram for hermes.pipeline.core.pipelineexceptions.InputException:

Public Member Functions

def __init__
 PURPOSE : More...
 
def __str__
 print it readable
 

Public Attributes

 expectedInput
 What we want.
 
 providedInput
 What we get.
 
 description
 Explain.
 

Detailed Description

Class to treat the "unadapted input" exception.

Constructor & Destructor Documentation

def hermes.pipeline.core.pipelineexceptions.InputException.__init__ (   self,
  expectedInput,
  providedInput,
  description 
)

PURPOSE :

This exception is throw when the input data of a method is not adapted.


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