EMMA Coverage Report (generated Mon Jul 24 20:22:52 CDT 2006) |
---|
[all classes][com.mysql.jdbc] |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
OperationNotSupportedException.java | 0% (0/1) | 0% (0/1) | 0% (0/6) | 0% (0/2) |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
class OperationNotSupportedException | 0% (0/1) | 0% (0/1) | 0% (0/6) | 0% (0/2) |
OperationNotSupportedException (): void | 0% (0/1) | 0% (0/6) | 0% (0/2) |
1 | /* |
2 | * Created on Sep 23, 2004 |
3 | * |
4 | * TODO To change the template for this generated file go to |
5 | * Window - Preferences - Java - Code Style - Code Templates |
6 | */ |
7 | package com.mysql.jdbc; |
8 | |
9 | import java.sql.SQLException; |
10 | |
11 | class OperationNotSupportedException extends SQLException { |
12 | OperationNotSupportedException() { |
13 | super( |
14 | Messages.getString("RowDataDynamic.10"), SQLError.SQL_STATE_ILLEGAL_ARGUMENT); //$NON-NLS-1$ |
15 | } |
16 | } |
[all classes][com.mysql.jdbc] |
EMMA 2.0.4217 (C) Vladimir Roubtsov |