|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deri.wsmo4j.io.parser.rdf.RDFParserMessage
public abstract class RDFParserMessage
This class gives structure to an abstract RDF Parser Message, which can be either a warning or an error.
Created on Nov 14, 2006 Committed by $Author: nathaliest $ $Source$
| Constructor Summary | |
|---|---|
RDFParserMessage(String message,
int lineNo,
int colNo)
|
|
| Method Summary | |
|---|---|
int |
getColumn()
Gets the column number associated with this parser message. |
int |
getLine()
Gets the line number associated with this parser message. |
String |
getMessage()
Gets the message associated with this parser message. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RDFParserMessage(String message,
int lineNo,
int colNo)
| Method Detail |
|---|
public String getMessage()
public int getLine()
public int getColumn()
public String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||