1 package org.weda.model;
2
3 /**
4 *
5 * @author tim
6 */
7 public class EditorModelRegistryException extends Exception {
8 public EditorModelRegistryException(String message){
9 super(message);
10 }
11 }