|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
OptionableExceptionHandler.java Created: Mon May 14 14:04:22 2001
Method Summary | |
boolean |
handleLoadException(ClassNotFoundException exp)
ClassNotFoundException can occur when reading data from the stream for a data type that does not exist. |
boolean |
handleLoadException(Exception exp)
Handle an exception occurring during the loading of options. |
boolean |
handleLoadException(IOException iop)
Signalled if some unknown IOException occurs |
boolean |
handleLoadException(OptionableSourceNotFoundException osnfe)
If the optionable load file can not be found this error is signalled. |
boolean |
handleSaveException(Exception exp)
If something nasty occurs whilst gather the optionable information occurs this is error is signalled. |
boolean |
handleSaveException(IOException io)
If the save encounters IO problems! |
Method Detail |
public boolean handleLoadException(Exception exp)
exp
-
public boolean handleLoadException(ClassNotFoundException exp)
exp
-
boolean
valuepublic boolean handleLoadException(IOException iop)
iop
-
boolean
valuepublic boolean handleLoadException(OptionableSourceNotFoundException osnfe)
osnfe
-
boolean
valuepublic boolean handleSaveException(Exception exp)
exp
-
boolean
valuepublic boolean handleSaveException(IOException io)
io
-
boolean
value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |