/** * */ package net.sourceforge.fenixedu.injectionCode; /** * @author Goncalo Luiz
*
*
* Created on 15:46:17,10/Fev/2006 * @version $Id$ */ public class IllegalAction extends RuntimeException { public IllegalAction(String msg) { super(msg); } }