1 package org.weda.converter.impl;
2
3 /**
4 *
5 * @author tim
6 */
7 public class ConverterRegistryException extends java.lang.Exception {
8
9 public ConverterRegistryException(String msg, Throwable cause) {
10 super(msg, cause);
11 }
12 }