
Public Member Functions | |
| String | getUnknownField () |
| UnknownFieldParseException (final int line, final int column, final String unknownField, final String message) | |
| UnknownFieldParseException (final String message) | |
Public Member Functions inherited from com.google.protobuf.TextFormat.ParseException | |
| int | getColumn () |
| int | getLine () |
| ParseException (final int line, final int column, final String message) | |
| ParseException (final String message) | |
Private Attributes | |
| final String | unknownField |
Thrown when encountering an unknown field while parsing a text format message.
Definition at line 1245 of file TextFormat.java.
|
inline |
Create a new instance, with -1 as the line and column numbers, and an empty unknown field name.
Definition at line 1252 of file TextFormat.java.
|
inline |
Create a new instance
| line | the line number where the parse error occurred, using 1-offset. |
| column | the column number where the parser error occurred, using 1-offset. |
| unknownField | the name of the unknown field found while parsing. |
Definition at line 1263 of file TextFormat.java.
|
inline |
Return the name of the unknown field encountered while parsing the protocol buffer string.
Definition at line 1272 of file TextFormat.java.
|
private |
Definition at line 1246 of file TextFormat.java.