HomeSort by relevance Sort by last modified time
    Searched refs:theExceptions (Results 1 - 4 of 4) sorted by null

  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
BatchUpdateExceptionTest.java 41 Exception[] theExceptions = { null };
48 if (theExceptions[i] != null) {
63 if (theExceptions[i] == null) {
67 theExceptions[i].getClass());
69 theExceptions[i].getMessage());
87 Exception[] theExceptions = { null, null };
94 if (theExceptions[i] != null) {
108 if (theExceptions[i] == null) {
112 theExceptions[i].getClass());
114 theExceptions[i].getMessage())
    [all...]
SQLWarningTest.java 41 Exception[] theExceptions = { null };
48 if (theExceptions[i] != null) {
61 if (theExceptions[i] == null) {
65 theExceptions[i].getClass());
67 theExceptions[i].getMessage());
87 Exception[] theExceptions = { null, null, null, null, null, null, null,
95 if (theExceptions[i] != null) {
108 if (theExceptions[i] == null) {
112 theExceptions[i].getClass());
114 theExceptions[i].getMessage())
    [all...]
SQLExceptionTest.java 73 Exception[] theExceptions = { null, null, null, null, null, null, null,
81 if (theExceptions[i] != null) {
94 if (theExceptions[i] == null) {
98 theExceptions[i].getClass());
100 theExceptions[i].getMessage());
122 Exception[] theExceptions = { null, null, null, null, null, null, null,
130 if (theExceptions[i] != null) {
143 if (theExceptions[i] == null) {
147 theExceptions[i].getClass());
149 theExceptions[i].getMessage())
    [all...]
DataTruncationTest.java 55 Exception[] theExceptions = { null, null, null, null, null, null, null };
63 if (theExceptions[i] != null) {
84 if (theExceptions[i] == null) {
88 theExceptions[i].getClass());
90 theExceptions[i].getMessage());
138 Exception[] theExceptions = { null, null, null, null, null, null, null };
146 if (theExceptions[i] != null) {
169 if (theExceptions[i] == null) {
173 theExceptions[i].getClass());
175 theExceptions[i].getMessage())
    [all...]

Completed in 90 milliseconds