KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > sapia > console > AbortException


1 package org.sapia.console;
2
3
4 /**
5  * Thrown by command to signals to the console that it should terminate.
6  *
7  * @author Yanick Duchesne
8  * 29-Nov-02
9  */

10 public class AbortException extends RuntimeException JavaDoc {
11 }
12
Popular Tags