org.exolab.castor.xml.location
Class FileLocation
java.lang.Object
org.exolab.castor.xml.location.FileLocation
- Location, java.io.Serializable
public class FileLocation
extends java.lang.Object
implements Location, java.io.Serializable
A simple FileLocation class used for finer grained detail of exceptions.
$Revision: 6936 $ $Date: 2005-12-13 14:58:48 -0700 (Tue, 13 Dec 2005) $FileLocation() - Creates a new FileLocation
|
FileLocation(String filename) - Creates a new FileLocation
|
FileLocation(String filename, int line, int column) - Creates a new FileLocation.
|
FileLocation(int line, int column) - Creates a new FileLocation.
|
int | getColumnNumber() - Returns the column number for this FileLocation.
|
String | getFilename() - Returns the name of the file to which this FileLocation refers.
|
int | getLineNumber() - Returns the line number for this FileLocation.
|
void | setColumnNumber(int column) - Sets the column number for this FileLocation.
|
void | setFilename(String filename) - Sets the name of the file to which this FileLocation refers.
|
void | setLineNumber(int line) - Sets the line number for this FileLocation.
|
String | toString() - Returns the String representation of this FileLocation.
|
FileLocation
public FileLocation()
Creates a new FileLocation
FileLocation
public FileLocation(String filename)
Creates a new FileLocation
filename
- the name of the file
FileLocation
public FileLocation(String filename,
int line,
int column)
Creates a new FileLocation.
filename
- the name of the fileline
- the line numbercolumn
- the column number within the specified line
FileLocation
public FileLocation(int line,
int column)
Creates a new FileLocation.
line
- the line numbercolumn
- the column number within the specified line
getColumnNumber
public int getColumnNumber()
Returns the column number for this FileLocation.
- the column number for this FileLocation.
getFilename
public String getFilename()
Returns the name of the file to which this FileLocation refers.
- the name of the file to which this FileLocation refers.
getLineNumber
public int getLineNumber()
Returns the line number for this FileLocation.
- the line number for this FileLocation.
setColumnNumber
public void setColumnNumber(int column)
Sets the column number for this FileLocation.
column
- the column number for this FileLocation
setFilename
public void setFilename(String filename)
Sets the name of the file to which this FileLocation refers.
filename
- the name of the file to which this FileLocation refers
setLineNumber
public void setLineNumber(int line)
Sets the line number for this FileLocation.
line
- the line number for this FileLocation
toString
public String toString()
Returns the String representation of this FileLocation.
- toString in interface Location
- the String representation of this FileLocation.
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com