Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
parsimonious.exceptions.VisitationError Class Reference
Inheritance diagram for parsimonious.exceptions.VisitationError:
Inheritance graph
[legend]
Collaboration diagram for parsimonious.exceptions.VisitationError:
Collaboration graph
[legend]

Public Member Functions

 __init__ (self, exc, exc_class, node)
 

Public Attributes

 original_class
 

Detailed Description

Something went wrong while traversing a parse tree.

This exception exists to augment an underlying exception with information
about where in the parse tree the error occurred. Otherwise, it could be
tiresome to figure out what went wrong; you'd have to play back the whole
tree traversal in your head.

Constructor & Destructor Documentation

◆ __init__()

parsimonious.exceptions.VisitationError.__init__ (   self,
  exc,
  exc_class,
  node 
)
Construct.

:arg exc: What went wrong. We wrap this and add more info.
:arg node: The node at which the error occurred

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