com.bluecast.io

Class FileFormatException

public class FileFormatException extends IOException

Field Summary
protected intcolumn
protected intline
Constructor Summary
FileFormatException()
FileFormatException(String msg)
FileFormatException(String msg, int line, int column)
Method Summary
intgetColumn()
Returns the column number of the bad formatting, or -1 if unknown
intgetLine()
Returns the line number of the bad formatting, or -1 if unknown

Field Detail

column

protected int column

line

protected int line

Constructor Detail

FileFormatException

public FileFormatException()

FileFormatException

public FileFormatException(String msg)

FileFormatException

public FileFormatException(String msg, int line, int column)

Method Detail

getColumn

public int getColumn()
Returns the column number of the bad formatting, or -1 if unknown

getLine

public int getLine()
Returns the line number of the bad formatting, or -1 if unknown