|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Resource.Diagnostic
A noteworthy issue in a document.
Method Summary | |
---|---|
int |
getColumn()
Returns the column location of the issue within the source. |
int |
getLine()
Returns the line location of the issue within the source. |
java.lang.String |
getLocation()
Returns the source location of the issue. |
java.lang.String |
getMessage()
Returns a translated message describing the issue. |
Method Detail |
---|
java.lang.String getMessage()
java.lang.String getLocation()
URI
of the resource containing this diagnostic.
null
if it's unknown.int getLine()
1
is the first line.
int getColumn()
1
is the first column.
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |