⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 propertynotfoundexception.java

📁 用Java实现的23个常用设计模式源代码
💻 JAVA
字号:
//$Id: PropertyNotFoundException.java,v 1.4.2.1 2003/11/27 13:24:16 oneovthafew Exp $package net.sf.hibernate;/** * Indicates that an expected getter or setter method could not be * found on a class. *  * @author Gavin King */public class PropertyNotFoundException extends MappingException {		public PropertyNotFoundException(String s) {		super(s);	}	}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -