Public Member Functions | |
int | getColumn () |
int | getColumn () |
int | getLine () |
int | getLine () |
ParseException (final int line, final int column, final String message) | |
ParseException (final int line, final int column, final String message) | |
ParseException (final String message) | |
ParseException (final String message) | |
Private Attributes | |
final int | column |
final int | line |
Static Private Attributes | |
static final long | serialVersionUID = 3196188060225107702L |
Thrown when parsing an invalid text format message.
Definition at line 1279 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/TextFormat.java.
|
inline |
Create a new instance, with -1 as the line and column numbers.
Definition at line 1286 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/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. |
Definition at line 1296 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/TextFormat.java.
|
inline |
Create a new instance, with -1 as the line and column numbers.
Definition at line 1371 of file protobuf/java/core/src/main/java/com/google/protobuf/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. |
Definition at line 1381 of file protobuf/java/core/src/main/java/com/google/protobuf/TextFormat.java.
|
inline |
Return the column where the parse exception occurred, or -1 when none is provided. The value is specified as 1-offset, so the first line is line 1.
Definition at line 1314 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/TextFormat.java.
|
inline |
Return the column where the parse exception occurred, or -1 when none is provided. The value is specified as 1-offset, so the first line is line 1.
Definition at line 1399 of file protobuf/java/core/src/main/java/com/google/protobuf/TextFormat.java.
|
inline |
Return the line where the parse exception occurred, or -1 when none is provided. The value is specified as 1-offset, so the first line is line 1.
Definition at line 1306 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/TextFormat.java.
|
inline |
Return the line where the parse exception occurred, or -1 when none is provided. The value is specified as 1-offset, so the first line is line 1.
Definition at line 1391 of file protobuf/java/core/src/main/java/com/google/protobuf/TextFormat.java.
|
private |
Definition at line 1283 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/TextFormat.java.
|
private |
Definition at line 1282 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/TextFormat.java.
|
staticprivate |
Definition at line 1280 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/TextFormat.java.