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

com.dragome.forms.bindings.client.bean.SourceBeanIsNullException Maven / Gradle / Ivy

There is a newer version: 0.96-beta4
Show newest version
package com.dragome.forms.bindings.client.bean;

/**
 * Created by IntelliJ IDEA.
 * User: andrew
 * Date: May 15, 2010
 * Time: 11:54:06 AM
 * To change this template use File | Settings | File Templates.
 */
public class SourceBeanIsNullException extends RuntimeException
{
	public SourceBeanIsNullException(Path path)
	{
		super("Can't write property: " + path.getFullPath() + " as property: " + path.getParentPath() + " is null");
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy