FilePositionException
FilePositionException(message, file=None, position=None, position_end=None)
Bases: Exception
Exception that includes file position information.
| PARAMETER | DESCRIPTION |
|---|---|
message
|
error message
TYPE:
|
file
|
name of the file where the error occurred
TYPE:
|
position
|
position in the file where the error occurred
TYPE:
|
position_end
|
end position in the file where the error occurred
TYPE:
|