public static final class QueuingParserErrorReporter.Message
extends java.lang.Object
name of the file
in which the message is located, the
line number
where the message is located, the
category
of the message, and the
message itself
. The category is a string, and the set
of current values is given by
QueuingParserErrorReporter.ERROR
,
QueuingParserErrorReporter.WARNING
, and
QueuingParserErrorReporter.INFO
.Modifier and Type | Field and Description |
---|---|
java.lang.String |
filename |
java.lang.String |
kind |
int |
line |
java.lang.String |
message |
Constructor and Description |
---|
QueuingParserErrorReporter.Message(java.lang.String fn,
int ln,
java.lang.String k,
java.lang.String msg) |