程序包 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

        public PropertyNotFoundException​(String message)
        Constructs a PropertyNotFoundException given the specified message.
        参数:
        message - A message explaining the exception condition