public class FileFormatException
extends java.io.IOException
Modifier and Type | Field and Description |
---|---|
protected int |
column |
protected int |
line |
Constructor and Description |
---|
FileFormatException() |
FileFormatException(java.lang.String msg) |
FileFormatException(java.lang.String msg,
int line,
int column) |
Modifier and Type | Method and Description |
---|---|
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
|