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 __init__ (self, message=None, line=None, column=None)
 
def GetColumn (self)
 
def GetColumn (self)
 
def GetLine (self)
 
def GetLine (self)
 

Private Attributes

 _column
 
 _line
 

Detailed Description

Thrown in case of text parsing or tokenizing error.

Definition at line 79 of file bloaty/third_party/protobuf/python/google/protobuf/text_format.py.

Constructor & Destructor Documentation

◆ __init__() [1/2]

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

◆ __init__() [2/2]

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

Member Function Documentation

◆ GetColumn() [1/2]

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

◆ GetColumn() [2/2]

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

◆ GetLine() [1/2]

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

◆ GetLine() [2/2]

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

Member Data Documentation

◆ _column

google.protobuf.text_format.ParseError._column
private

◆ _line

google.protobuf.text_format.ParseError._line
private

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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:29