edu.cmu.sei.aadl.modelsupport.errorreporting
Class QueuingParserErrorReporter.Message
java.lang.Object
edu.cmu.sei.aadl.modelsupport.errorreporting.QueuingParserErrorReporter.Message
- Enclosing class:
- QueuingParserErrorReporter
public static final class QueuingParserErrorReporter.Message
- extends java.lang.Object
Record of a reported error message/warning. Contains the
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
.
- Author:
- aarong
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
filename
public final java.lang.String filename
line
public final int line
kind
public final java.lang.String kind
message
public final java.lang.String message
QueuingParserErrorReporter.Message
public QueuingParserErrorReporter.Message(java.lang.String fn,
int ln,
java.lang.String k,
java.lang.String msg)