Java  1.0
TextIOApplet.AbortException Class Reference

The applet includes an "Abort Program" button. More...

Inheritance diagram for TextIOApplet.AbortException:
Inheritance graph
[legend]
Collaboration diagram for TextIOApplet.AbortException:
Collaboration graph
[legend]

Detailed Description

The applet includes an "Abort Program" button.

When the user clicks this button, an exception of type AbortException should be thrown and this will abort the program. Actually, the exception will only be automatically thrown the next time some IO is done in the applet, so if your program computes for a long time without doing any input or output, the abort button's effect will be delayed until some IO is done, or until the TextIOApplet::checkAbort method is called.

Definition at line 153 of file TextIOApplet.java.


The documentation for this class was generated from the following file: