Searched refs:CannotLoadDatabaseMapDriverException (Results 1 – 2 of 2) sorted by relevance
52 …throw new CannotLoadDatabaseMapDriverException("Error in DatabaseConfig: SQLite driver could not b… in LoadSQLiteDriver()54 …throw new CannotLoadDatabaseMapDriverException("Error in DatabaseConfig: SQLite driver could not b… in LoadSQLiteDriver()56 …throw new CannotLoadDatabaseMapDriverException("Error in DatabaseConfig: SQLite driver class could… in LoadSQLiteDriver()71 …throw new CannotLoadDatabaseMapDriverException("Error in DatabaseConfig, could not retrieve connec… in getMemoryConnection()116 public static class CannotLoadDatabaseMapDriverException extends RuntimeException { class in DatabaseConfig119 public CannotLoadDatabaseMapDriverException(String message, Throwable cause) { in CannotLoadDatabaseMapDriverException() method in DatabaseConfig.CannotLoadDatabaseMapDriverException
4 import com.xtremelabs.robolectric.util.DatabaseConfig.CannotLoadDatabaseMapDriverException;51 } catch (CannotLoadDatabaseMapDriverException e) { in MapLoadsButConnectionFails()