• 大小: 8.43MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-11-09
  • 语言: Java
  • 标签: mysql  jdbc  

资源简介

mysql-connector-java-5.1.7 【包含jar包和源码文件夹】

资源截图

代码片段和文件信息

/*
 Copyright  2002-2004 MySQL AB 2008 Sun Microsystems

 This program is free software; you can redistribute it and/or modify
 it under the terms of version 2 of the GNU General Public License as 
 published by the Free Software Foundation.

 There are special exceptions to the terms and conditions of the GPL 
 as it is applied to this software. View the full text of the 
 exception in file EXCEPTIONS-CONNECTOR-J in the directory of this 
 software distribution.

 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. 59 Temple Place Suite 330 Boston MA  02111-1307  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$
}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2008-10-21 04:02  mysql-connector-java-5.1.7\
     目录           0  2008-10-21 04:02  mysql-connector-java-5.1.7\docs\
     目录           0  2008-10-21 04:02  mysql-connector-java-5.1.7\src\
     目录           0  2008-10-21 04:02  mysql-connector-java-5.1.7\src\com\
     目录           0  2008-10-21 04:02  mysql-connector-java-5.1.7\src\com\mysql\
     目录           0  2008-10-21 04:02  mysql-connector-java-5.1.7\src\com\mysql\jdbc\
     目录           0  2008-10-21 04:02  mysql-connector-java-5.1.7\src\com\mysql\jdbc\configs\
     目录           0  2008-10-21 04:02  mysql-connector-java-5.1.7\src\com\mysql\jdbc\exceptions\
     目录           0  2008-10-21 04:02  mysql-connector-java-5.1.7\src\com\mysql\jdbc\exceptions\jdbc4\
     目录           0  2008-10-21 04:02  mysql-connector-java-5.1.7\src\com\mysql\jdbc\integration\
     目录           0  2008-10-21 04:02  mysql-connector-java-5.1.7\src\com\mysql\jdbc\integration\c3p0\
     目录           0  2008-10-21 04:02  mysql-connector-java-5.1.7\src\com\mysql\jdbc\integration\jboss\
     目录           0  2008-10-21 04:02  mysql-connector-java-5.1.7\src\com\mysql\jdbc\interceptors\
     目录           0  2008-10-21 04:02  mysql-connector-java-5.1.7\src\com\mysql\jdbc\jdbc2\
     目录           0  2008-10-21 04:02  mysql-connector-java-5.1.7\src\com\mysql\jdbc\jdbc2\optional\
     目录           0  2008-10-21 04:02  mysql-connector-java-5.1.7\src\com\mysql\jdbc\log\
     目录           0  2008-10-21 04:02  mysql-connector-java-5.1.7\src\com\mysql\jdbc\profiler\
     目录           0  2008-10-21 04:02  mysql-connector-java-5.1.7\src\com\mysql\jdbc\trace\
     目录           0  2008-10-21 04:02  mysql-connector-java-5.1.7\src\com\mysql\jdbc\util\
     目录           0  2008-10-21 04:02  mysql-connector-java-5.1.7\src\com\mysql\jdbc\webapp\
     目录           0  2008-10-21 04:02  mysql-connector-java-5.1.7\src\doc\
     目录           0  2008-10-21 04:02  mysql-connector-java-5.1.7\src\doc\sources\
     目录           0  2008-10-21 04:02  mysql-connector-java-5.1.7\src\lib\
     目录           0  2008-10-21 04:02  mysql-connector-java-5.1.7\src\org\
     目录           0  2008-10-21 04:02  mysql-connector-java-5.1.7\src\org\gjt\
     目录           0  2008-10-21 04:02  mysql-connector-java-5.1.7\src\org\gjt\mm\
     目录           0  2008-10-21 04:02  mysql-connector-java-5.1.7\src\org\gjt\mm\mysql\
     目录           0  2008-10-21 04:02  mysql-connector-java-5.1.7\src\testsuite\
     目录           0  2008-10-21 04:02  mysql-connector-java-5.1.7\src\testsuite\perf\
     目录           0  2008-10-21 04:02  mysql-connector-java-5.1.7\src\testsuite\regression\
     目录           0  2008-10-21 04:02  mysql-connector-java-5.1.7\src\testsuite\simple\
............此处省略260个文件信息

评论

共有 条评论