Public Member Functions | Private Attributes | List of all members
google.protobuf.text_format.ParseError Class Reference
Inheritance diagram for google.protobuf.text_format.ParseError:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, message=None, line=None, column=None)
 
def GetColumn (self)
 
def GetLine (self)
 

Private Attributes

 _column
 
 _line
 

Detailed Description

Thrown in case of text parsing or tokenizing error.

Definition at line 76 of file text_format.py.

Constructor & Destructor Documentation

◆ __init__()

def google.protobuf.text_format.ParseError.__init__ (   self,
  message = None,
  line = None,
  column = None 
)

Definition at line 79 of file text_format.py.

Member Function Documentation

◆ GetColumn()

def google.protobuf.text_format.ParseError.GetColumn (   self)

Definition at line 95 of file text_format.py.

◆ GetLine()

def google.protobuf.text_format.ParseError.GetLine (   self)

Definition at line 92 of file text_format.py.

Member Data Documentation

◆ _column

google.protobuf.text_format.ParseError._column
private

Definition at line 90 of file text_format.py.

◆ _line

google.protobuf.text_format.ParseError._line
private

Definition at line 89 of file text_format.py.


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:10