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 Duchesne8 * 29-Nov-029 */10 public class AbortException extends RuntimeException {11 }12