|
|||||||
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 | +--CancelException
This exception is thrown when when file dialog boxes such as open or save, are cancelled. This way the method expecting a string knows that nothing was chosen.
Constructor Summary | |
(package private) |
CancelException()
Default constructor - makes an exception with no description |
(package private) |
CancelException(java.lang.String s)
Constructor that makes an exception with an associated description |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
CancelException()
CancelException(java.lang.String s)
s
- the exception's description
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |