Salome HOME
Copyrights update 2015.
[tools/siman.git] / kernel / InvalidPropertyException.java
1 package org.splat.kernel;
2 /**
3  * 
4  * @author    Daniel Brunier-Coulin
5  * @copyright OPEN CASCADE 2012
6  */
7
8 public class InvalidPropertyException extends Exception {
9
10         private static final long serialVersionUID = -3988379180445723963L;
11
12     public InvalidPropertyException (String message) {
13         super(message);
14       }
15 }