Reference Guide  2.5.0
psyclone.parse.utils.ParseError Class Reference
Inheritance diagram for psyclone.parse.utils.ParseError:
Collaboration diagram for psyclone.parse.utils.ParseError:

Public Member Functions

def __init__ (self, value)
 
- Public Member Functions inherited from psyclone.errors.PSycloneError
def __repr__ (self)
 
def __str__ (self)
 

Public Attributes

 value
 
- Public Attributes inherited from psyclone.errors.PSycloneError
 value
 

Detailed Description

Provides a PSyclone-specific error class for the situation when
the PSyclone code parsing finds an error in the input.

:param str value: the message associated with the error.

Definition at line 53 of file utils.py.


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