/** * Copyright (c) 1997, 2015 by ProSyst Software GmbH and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html */ package org.eclipse.smarthome.automation.module.core.handler.exception; /** * This Exception is used as an indicator for not matching types during comparation * * @author Benedikt Niehues - Initial contribution and API * */ public class UncomparableException extends Exception { private static final long serialVersionUID = 4891205711357448390L; }