|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--haifa.shopsim.JobShopFileFormatException
Thrown when the input file does not seem to match the specification.
| Field Summary | |
protected int |
lineNo
|
| Fields inherited from class java.lang.Throwable |
backtrace, detailMessage, serialVersionUID |
| Constructor Summary | |
JobShopFileFormatException()
|
|
JobShopFileFormatException(int lineNo_)
Sets excpetion with line on which error occured. |
|
| Method Summary | |
int |
getLineNo()
Returnes the line on which the exception was discuvered (the error in the file may be before that. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected int lineNo
| Constructor Detail |
public JobShopFileFormatException()
public JobShopFileFormatException(int lineNo_)
| Method Detail |
public int getLineNo()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||