OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CannotLoadDatabaseMapDriverException
(Results
1 - 2
of
2
) sorted by null
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
DatabaseConfig.java
52
throw new
CannotLoadDatabaseMapDriverException
("Error in DatabaseConfig: SQLite driver could not be instantiated;", e);
54
throw new
CannotLoadDatabaseMapDriverException
("Error in DatabaseConfig: SQLite driver could not be accessed;", e);
56
throw new
CannotLoadDatabaseMapDriverException
("Error in DatabaseConfig: SQLite driver class could not be found;", e);
71
throw new
CannotLoadDatabaseMapDriverException
("Error in DatabaseConfig, could not retrieve connection to in memory database.", e);
116
public static class
CannotLoadDatabaseMapDriverException
extends RuntimeException {
119
public
CannotLoadDatabaseMapDriverException
(String message, Throwable cause) {
/external/robolectric/src/test/java/com/xtremelabs/robolectric/util/
NullDatabaseMapTest.java
4
import com.xtremelabs.robolectric.util.DatabaseConfig.
CannotLoadDatabaseMapDriverException
;
51
} catch (
CannotLoadDatabaseMapDriverException
e) {
Completed in 571 milliseconds