com.bluecast.io
Class FileFormatException
java.io.IOException
com.bluecast.io.FileFormatException
public class FileFormatException
extends java.io.IOException
int | getColumn() - Returns the column number of the bad formatting, or -1 if unknown
|
int | getLine() - Returns the line number of the bad formatting, or -1 if unknown
|
column
protected int column
FileFormatException
public FileFormatException()
FileFormatException
public FileFormatException(String msg)
FileFormatException
public FileFormatException(String msg,
int line,
int column)
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