File
Doc
Category
Size
Date
Package
PropertyNotFoundException.java
API Doc
Hibernate 3.2.5
362
Thu Jun 03 11:31:32 BST 2004
org.hibernate
PropertyNotFoundException
java.lang.Object
MappingException
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
Java Code Source