Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 2 of 2) sorted by relevance

/sqlite/sqlite-inspection/src/main/java/androidx/sqlite/inspection/
DDatabaseExtensions.java77 static boolean isAttemptAtUsingClosedDatabase(IllegalStateException exception) { in isAttemptAtUsingClosedDatabase()
DSqliteInspector.java357 private void processLockingException(CommandCallback callback, Exception exception, in processLockingException()
931 private static Response createErrorOccurredResponse(@NonNull Exception exception, in createErrorOccurredResponse()
937 Boolean isRecoverable, @NonNull Exception exception, ErrorCode errorCode) { in createErrorOccurredResponse()
954 private static @NonNull String stackTraceFromException(Exception exception) { in stackTraceFromException()