com.bluecast.io
public class FileFormatException extends 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 |