Searched refs:NullDatabaseMapException (Results 1 – 2 of 2) sorted by relevance
48 …if (isMapNull()) throw new NullDatabaseMapException("Error in DatabaseConfig: DatabaseMap has not … in LoadSQLiteDriver()82 if (isMapNull()) throw new NullDatabaseMapException("No database map set!"); in getScrubSQL()87 if (isMapNull()) throw new NullDatabaseMapException("No database map set!"); in getSelectLastInsertIdentity()92 if (isMapNull()) throw new NullDatabaseMapException("No database map set!"); in getResultSetType()108 public static class NullDatabaseMapException extends RuntimeException { class in DatabaseConfig111 public NullDatabaseMapException(String message) { in NullDatabaseMapException() method in DatabaseConfig.NullDatabaseMapException
5 import com.xtremelabs.robolectric.util.DatabaseConfig.NullDatabaseMapException;52 @Test(expected = NullDatabaseMapException.class)58 @Test(expected = NullDatabaseMapException.class)64 @Test(expected = NullDatabaseMapException.class)70 @Test(expected = NullDatabaseMapException.class)