org.hibernate

Class PropertyNotFoundException

Implemented Interfaces:
Nestable

public class PropertyNotFoundException
extends MappingException

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

Field Summary

Fields inherited from class org.hibernate.exception.NestableRuntimeException

delegate

Constructor Summary

PropertyNotFoundException(String s)
Constructs a new NestableRuntimeException with specified detail message.

Method Summary

Methods inherited from class org.hibernate.exception.NestableRuntimeException

getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace

Constructor Details

PropertyNotFoundException

public PropertyNotFoundException(String s)
Constructs a new NestableRuntimeException with specified detail message.
Parameters: