org.hibernate
Class PropertyNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.exception.NestableRuntimeException
org.hibernate.HibernateException
org.hibernate.MappingException
org.hibernate.PropertyNotFoundException
- All Implemented Interfaces:
- Serializable, Nestable
public class PropertyNotFoundException
- extends MappingException
Indicates that an expected getter or setter method could not be
found on a class.
- Author:
- Gavin King
- See Also:
- Serialized Form
Methods inherited from class org.hibernate.exception.NestableRuntimeException |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
PropertyNotFoundException
public PropertyNotFoundException(String s)