![]() |
|
Inheritance diagram for oomph-convert.TecplotParsingError:Public Member Functions | |
| def | __init__ (self, title, message, line, reminder=False) |
| def | __str__ (self) |
Public Attributes | |
| title | |
| message | |
| line | |
| reminder | |
Raised when an error occurs while parsing a Tecplot file.
| def oomph-convert.TecplotParsingError.__init__ | ( | self, | |
| title, | |||
| message, | |||
| line, | |||
reminder = False |
|||
| ) |
| def oomph-convert.TecplotParsingError.__str__ | ( | self | ) |
| oomph-convert.TecplotParsingError.line |
Referenced by oomph-convert.TecplotParsingError.__str__().
| oomph-convert.TecplotParsingError.message |
Referenced by oomph-convert.TecplotParsingError.__str__().
| oomph-convert.TecplotParsingError.reminder |
| oomph-convert.TecplotParsingError.title |
Referenced by oomph-convert.TecplotParsingError.__str__().