casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables
Public Member Functions | Public Attributes
gprof2dot.ParseError Class Reference

List of all members.

Public Member Functions

def __init__
def __str__

Public Attributes

 msg
 line

Detailed Description

Raised when parsing to signal mismatches.

Definition at line 562 of file gprof2dot.py.


Constructor & Destructor Documentation

def gprof2dot.ParseError.__init__ (   self,
  msg,
  line 
)

Definition at line 565 of file gprof2dot.py.


Member Function Documentation

Definition at line 570 of file gprof2dot.py.

References gprof2dot.ParseError.line, and gprof2dot.ParseError.msg.


Member Data Documentation

Definition at line 568 of file gprof2dot.py.

Referenced by gprof2dot.ParseError.__str__().


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