資源簡介
采用spring,hibernate,Struts框架,MySQL數據庫,汽車配件進銷存管理軟件
代碼片段和文件信息
/*
?Copyright??2002-2004?MySQL?AB?2008?Sun?Microsystems
?All?rights?reserved.?Use?is?subject?to?license?terms.
??The?MySQL?Connector/J?is?licensed?under?the?terms?of?the?GPL
??like?most?MySQL?Connectors.?There?are?special?exceptions?to?the
??terms?and?conditions?of?the?GPL?as?it?is?applied?to?this?software
??see?the?FLOSS?License?Exception?available?on?mysql.com.
??This?program?is?free?software;?you?can?redistribute?it?and/or
??modify?it?under?the?terms?of?the?GNU?General?Public?License?as
??published?by?the?Free?Software?Foundation;?version?2?of?the
??License.
??This?program?is?distributed?in?the?hope?that?it?will?be?useful??
??but?WITHOUT?ANY?WARRANTY;?without?even?the?implied?warranty?of
??MERCHANTABILITY?or?FITNESS?FOR?A?PARTICULAR?PURPOSE.??See?the
??GNU?General?Public?License?for?more?details.
??You?should?have?received?a?copy?of?the?GNU?General?Public?License
??along?with?this?program;?if?not?write?to?the?Free?Software
??Foundation?Inc.?51?Franklin?St?Fifth?Floor?Boston?MA
??02110-1301?USA
?*/
package?com.mysql.jdbc;
/**
?*?Assertions?for?empty?code?paths?that?should?never?be?executed.
?*?
?*?@author?Mark?Matthews
?*?
?*?@version?$Id:?AssertionFailedException.javav?1.1.2.1?2005/05/13?18:58:37
?*??????????mmatthews?Exp?$
?*/
public?class?AssertionFailedException?extends?RuntimeException?{
//?~?Constructors
//?-----------------------------------------------------------
/**
?*?Convenience?method.
?*?
?*?@param?ex
?*????????????the?exception?that?should?never?have?been?thrown.
?*?@throws?AssertionFailedException
?*?????????????for?the?exception?ex.
?*/
public?static?void?shouldNotHappen(Exception?ex)
throws?AssertionFailedException?{
throw?new?AssertionFailedException(ex);
}
//?~?Methods
//?----------------------------------------------------------------
/**
?*?Creates?an?AssertionFailedException?for?the?given?exception?that?should
?*?never?have?been?thrown.
?*?
?*?@param?ex
?*????????????the?exception?that?should?never?have?been?thrown.
?*/
public?AssertionFailedException(Exception?ex)?{
super(Messages.getString(“AssertionFailedException.0“)?+?ex.toString()?//$NON-NLS-1$
+?Messages.getString(“AssertionFailedException.1“));?//$NON-NLS-1$
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????4841??2015-04-27?08:18??stocksalestore2\.classpath
?????文件????????486??2009-12-07?19:12??stocksalestore2\.myhibernatedata
?????文件????????317??2015-04-27?08:10??stocksalestore2\.myme
?????文件????????264??2009-11-19?11:07??stocksalestore2\.mystrutsdata
?????文件???????1914??2010-04-10?23:56??stocksalestore2\.project
?????文件????????406??2009-11-19?10:53??stocksalestore2\.settings\.jsdtscope
?????文件????????102??2009-11-26?18:59??stocksalestore2\.settings\org.eclipse.core.resources.prefs
?????文件?????????49??2009-11-19?10:53??stocksalestore2\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件??????????6??2009-11-19?10:53??stocksalestore2\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件????????481??2009-11-19?11:02??stocksalestore2\.springBeans
?????文件???????4467??2009-11-19?11:02??stocksalestore2\aopalliance.jar
?????文件??????15114??2009-11-19?11:02??stocksalestore2\asm-commons-2.2.3.jar
?????文件??????34989??2009-11-19?11:02??stocksalestore2\asm-util-2.2.3.jar
?????文件???????7840??2009-11-19?11:02??stocksalestore2\aspectjlib.jar
?????文件?????114916??2009-11-19?11:02??stocksalestore2\aspectjrt.jar
?????文件????1907848??2009-11-19?11:02??stocksalestore2\aspectjweaver.jar
?????文件?????610790??2009-11-19?11:02??stocksalestore2\c3p0-0.9.1.2.jar
?????文件?????324238??2009-11-19?11:02??stocksalestore2\cglib-nodep-2.1_3.jar
?????文件??????36342??2009-11-19?11:02??stocksalestore2\commons-attributes-api.jar
?????文件??????29216??2009-11-19?11:02??stocksalestore2\commons-attributes-compiler.jar
?????文件??????46725??2009-11-19?11:02??stocksalestore2\commons-codec.jar
?????文件?????107631??2004-06-12?15:42??stocksalestore2\commons-dbcp-1.2.1.jar
?????文件?????121757??2009-11-19?11:02??stocksalestore2\commons-dbcp.jar
?????文件??????53082??2009-11-19?11:02??stocksalestore2\commons-fileupload.jar
?????文件?????305001??2009-11-19?11:02??stocksalestore2\commons-httpclient.jar
?????文件??????83613??2009-11-19?11:02??stocksalestore2\commons-io.jar
?????文件?????243016??2009-11-19?11:02??stocksalestore2\commons-lang.jar
?????文件??????60841??2009-11-19?11:02??stocksalestore2\commons-logging.jar
?????文件??????62103??2009-11-19?11:02??stocksalestore2\commons-pool.jar
?????文件?????863477??2009-11-19?11:02??stocksalestore2\freemarker.jar
............此處省略565個文件信息
- 上一篇:Navicat for MySQL 綠色圖標破解版
- 下一篇:圖書管理系統論文加源碼
評論
共有 條評論