程序包 org.hibernate
类 PropertyNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.MappingException
-
- org.hibernate.PropertyNotFoundException
-
- 所有已实现的接口:
Serializable
public class PropertyNotFoundException extends MappingException
Indicates that an expected getter or setter method could not be found on a class.- 作者:
- Gavin King
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 PropertyNotFoundException(String message)Constructs a PropertyNotFoundException given the specified message.
-
方法概要
-
-
-
构造器详细资料
-
PropertyNotFoundException
public PropertyNotFoundException(String message)
Constructs a PropertyNotFoundException given the specified message.- 参数:
message- A message explaining the exception condition
-
-