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