public class

PropertyNotFoundException

extends MappingException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.hibernate.HibernateException
           ↳ org.hibernate.MappingException
             ↳ org.hibernate.PropertyNotFoundException

Class Overview

Indicates that an expected getter or setter method could not be found on a class.

Summary

Public Constructors
PropertyNotFoundException(String s)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public PropertyNotFoundException (String s)