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

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

The newest version!
package jodd.bean.exception;

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy