edu.cmu.sei.aadl.modelsupport.errorreporting
Class QueuingParserErrorReporter.Message

java.lang.Object
  extended by 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

Field Summary
 java.lang.String filename
           
 java.lang.String kind
           
 int line
           
 java.lang.String message
           
 
Constructor Summary
QueuingParserErrorReporter.Message(java.lang.String fn, int ln, java.lang.String k, java.lang.String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

QueuingParserErrorReporter.Message

public QueuingParserErrorReporter.Message(java.lang.String fn,
                                          int ln,
                                          java.lang.String k,
                                          java.lang.String msg)