|
jET |
|||||||||
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 | +--org.jet.sce.EditorKit.SceneryException
The exception when scenery file is corrupted.
Constructor Summary | |
EditorKit.SceneryException(int line)
Throws new scenery corruption exception with line number in scenery file where an error occured. |
|
EditorKit.SceneryException(java.lang.String message,
int line)
Throws new scenery corruption exception with message and line number where an error occured. |
Method Summary | |
int |
getLine()
Gets line number of scenery file where the exception occured. |
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 |
Constructor Detail |
public EditorKit.SceneryException(java.lang.String message, int line)
message
- Message.line
- Line number in corrupted scenery file.public EditorKit.SceneryException(int line)
line
- Line number.Method Detail |
public int getLine()
|
jET |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |