com.bluecast.io

Class FileFormatException


public class FileFormatException
extends java.io.IOException

Field Summary

protected int
column
protected int
line

Constructor Summary

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

Method Summary

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

Field Details

column

protected int column

line

protected int line

Constructor Details

FileFormatException

public FileFormatException()

FileFormatException

public FileFormatException(String msg)

FileFormatException

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

Method Details

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