phystricks
Public Member Functions | Public Attributes | List of all members
phystricks.src.Exceptions.OperationNotPermitedException Class Reference

Exception raised when you try to perform an arithmetic operation with not compatible operands. More...

Inheritance diagram for phystricks.src.Exceptions.OperationNotPermitedException:
Inheritance graph
[legend]
Collaboration diagram for phystricks.src.Exceptions.OperationNotPermitedException:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, text)
 
def __str__ (self)
 
- Public Member Functions inherited from phystricks.src.Exceptions.PhystricksGenericException
def __str__ (self)
 

Public Attributes

 text
 

Detailed Description

Exception raised when you try to perform an arithmetic operation with not compatible operands.

Constructor & Destructor Documentation

def phystricks.src.Exceptions.OperationNotPermitedException.__init__ (   self,
  text 
)

Member Function Documentation

def phystricks.src.Exceptions.OperationNotPermitedException.__str__ (   self)

Member Data Documentation

phystricks.src.Exceptions.OperationNotPermitedException.text

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