fparser Reference Guide  0.0.14
fparser.two.utils.NoMatchError Class Reference
Inheritance diagram for fparser.two.utils.NoMatchError:
Collaboration diagram for fparser.two.utils.NoMatchError:

Additional Inherited Members

- Public Member Functions inherited from fparser.two.utils.FparserException
def __init__ (self, info)
 

Detailed Description

An exception indicating that a particular rule implemented by a
class does not match the provided string. It does not necessary
mean there is an error as another rule may match. This exception
is used internally so should never be visible externally.

Definition at line 125 of file utils.py.


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