FileDocCategorySizeDatePackage
PropertyNotFoundException.javaAPI DocHibernate 3.2.5362Thu Jun 03 11:31:32 BST 2004org.hibernate

PropertyNotFoundException

public class PropertyNotFoundException extends MappingException
Indicates that an expected getter or setter method could not be found on a class.
author
Gavin King

Fields Summary
Constructors Summary
public PropertyNotFoundException(String s)

		super(s);
	
Methods Summary