3719b976b5fa7883753f3f0d805b76972912a1cb
[simdecs.git] / DuplicateDiagramNameException.java
1 /*
2  * To change this template, choose Tools | Templates
3  * and open the template in the editor.
4  */
5 package org.ufcspa.simdecs.diagram.exceptions;
6
7 /**
8  *
9  * @author Maroni
10  */
11 public class DuplicateDiagramNameException extends Exception {
12
13     public DuplicateDiagramNameException() {
14         super();
15     }
16     
17 }