Public Member Functions | |
def | __init__ (self, message=None, line=None, column=None) |
def | GetColumn (self) |
def | GetLine (self) |
Private Attributes | |
_column | |
_line | |
Thrown in case of text parsing or tokenizing error.
Definition at line 76 of file text_format.py.
def google.protobuf.text_format.ParseError.__init__ | ( | self, | |
message = None , |
|||
line = None , |
|||
column = None |
|||
) |
Definition at line 79 of file text_format.py.
def google.protobuf.text_format.ParseError.GetColumn | ( | self | ) |
Definition at line 95 of file text_format.py.
def google.protobuf.text_format.ParseError.GetLine | ( | self | ) |
Definition at line 92 of file text_format.py.
|
private |
Definition at line 90 of file text_format.py.
|
private |
Definition at line 89 of file text_format.py.