Parse Exception
The exception that should be thrown whenever parsing of a log message fails. This exception must not be thrown outside of template parsing.
See also
<a href="https://github. com/google/flogger/blob/cb9e836a897d36a78309ee8badf5cad4e6a2d3d8/api/src/main/java/com/google/common/flogger/parser/Parse Exception. java">
Original Java code of Google Flogger
Functions
Link copied to clipboard
Creates a new parse exception for situations in which the position of the error is known.
Link copied to clipboard
Link copied to clipboard
Creates a new parse exception for cases where position is not relevant.
Link copied to clipboard
Creates a new parse exception for situations in which both the start and end positions of the error are known.
Link copied to clipboard
Creates a new parse exception for situations in which only the start position of the error is known.