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

com.abubusoft.kripton.exception.NoSuchMapperException Maven / Gradle / Ivy

There is a newer version: 8.2.0-rc.4
Show newest version
package com.abubusoft.kripton.exception;

import java.lang.reflect.Type;


public class NoSuchMapperException extends KriptonRuntimeException {

	private static final long serialVersionUID = -2423802393630866667L;

	public NoSuchMapperException(Type type) {
		super("Class " + type.toString() + " could not be mapped. Is it marked with @BindType?");
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy