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

com.dooapp.gaedo.finders.root.NoSuchFieldInHierarchyException Maven / Gradle / Ivy

package com.dooapp.gaedo.finders.root;

import com.dooapp.gaedo.CrudServiceException;

public class NoSuchFieldInHierarchyException extends CrudServiceException {
	public NoSuchFieldInHierarchyException(String fieldName) {
		super("the field named \""+fieldName+"\" does not seems to exist");
	}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy