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

com.dooapp.gaedo.properties.UnableToGetPropertyException Maven / Gradle / Ivy

package com.dooapp.gaedo.properties;

/**
 * Sent when the get method do not works
 * @author ndx
 *
 */
public class UnableToGetPropertyException extends PropertyProviderException {

	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;

	public UnableToGetPropertyException(Property propertyField, Exception e) {
		super("unable to perform a get on field "+propertyField.toGenericString(), e);
	}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy