public interface Location
Modifier and Type | Method and Description |
---|---|
java.lang.String |
format(java.lang.String message)
Formats the given message by prefixing with the location information.
|
int |
getColumnNumber()
Return the column number in the document, or -1 if not available.
|
int |
getLineNumber()
Return the line number in the document, or -1 if not available.
|
java.lang.String |
getPath()
Returns the path of the document, or null if not available.
|
java.lang.String getPath()
int getLineNumber()
int getColumnNumber()
java.lang.String format(java.lang.String message)
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.