package ever.pipeline; /** * Is thrown when the pipe should process an analyzer group which is empty. * @author Pol Schumacher, Wirtschaftsinformatik, Institut fuer Informatik, Goethe Universitaet Frankfurt * */ public class EmptyGroupException extends Exception { }