All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fitlibraryGeneric.exception.UnboundTypeException Maven / Gradle / Ivy

Go to download

FitLibrary provides general-purpose fixtures (and runners) for storytests with Fit and FitNesse.

The newest version!
/*
 * Copyright (c) 2006 Rick Mugridge, www.RimuResearch.com
 * Released under the terms of the GNU General Public License version 2 or later.
 * Written: 11/11/2006
*/

package fitlibraryGeneric.exception;

import java.lang.reflect.Type;

import fitlibrary.exception.FitLibraryException;

public class UnboundTypeException extends FitLibraryException {
	public UnboundTypeException(Type unboundType, String context) {
		super("Type variable "+unboundType+" is unbound "+context);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy