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

jodd.bean.exception.ForcedBeanException Maven / Gradle / Ivy

The newest version!
package jodd.bean.exception;

import jodd.bean.BeanException;
import jodd.bean.BeanProperty;

public class ForcedBeanException extends BeanException {
	public ForcedBeanException(String message, BeanProperty bp, Throwable cause) {
		super(message + " Property: " + bp.toString(), cause);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy