/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.ufcspa.simdecs.diagram.exceptions; /** * * @author Maroni */ public class DuplicateDiagramNameException extends Exception { public DuplicateDiagramNameException() { super(); } }