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

org.thymeleaf.dialect.springdata.exception.InvalidObjectParameterException Maven / Gradle / Ivy

package org.thymeleaf.dialect.springdata.exception;

public class InvalidObjectParameterException extends RuntimeException{
	private static final long serialVersionUID = 1L;

	public InvalidObjectParameterException(String msg) {
		super(msg);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy