|
|||||||||
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.lang.RuntimeException acm.util.CancelledException
public class CancelledException
This class allows a dialog to signal clients that it has been
cancelled. Because CancelledException
is a subclass
of RuntimeException
, this exception need not be declared
in throws
clauses.
Constructor Summary | |
---|---|
CancelledException()
CancelledException . |
Method Summary |
---|
Constructor Detail |
---|
public CancelledException()
CancelledException
.
Usage: | throw new CancelledException(); |
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |