Salome HOME
SIMAN Eclipse workspace first version
[tools/siman.git] / Workspace / SPlat / src / org / splat / kernel / DuplicatePropertyException.java
1 package org.splat.kernel;
2 /**
3  * 
4  * @author    Daniel Brunier-Coulin
5  * @copyright OPEN CASCADE 2012
6  */
7
8 public class DuplicatePropertyException extends Exception {
9
10         private static final long serialVersionUID = 189342004009382158L;
11
12     public DuplicatePropertyException (String message) {
13         super(message);
14     }
15 }