|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--com.bluecast.io.FileFormatException
| Field Summary | |
protected int |
column
|
protected int |
line
|
| Constructor Summary | |
FileFormatException()
|
|
FileFormatException(java.lang.String msg)
|
|
FileFormatException(java.lang.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 |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected int line
protected int column
| Constructor Detail |
public FileFormatException()
public FileFormatException(java.lang.String msg)
public FileFormatException(java.lang.String msg,
int line,
int column)
| Method Detail |
public int getLine()
public int getColumn()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||