Salome HOME
55d1650c2a23c3f87727cf530b64cd5a2c3798c6
[tools/siman.git] / Workspace / SPlat / src / org / splat / manox / TypeMismatchException.java
1 package org.splat.manox;
2
3 public class TypeMismatchException extends Exception {
4
5     private static final long serialVersionUID = 5083246617526245578L;
6
7     public TypeMismatchException () {
8     }
9     public TypeMismatchException (String message) {
10       super(message);
11     }
12 }