Skip to content

Commit 8876e88

Browse files
committed
no throws in generated code
1 parent af8b73d commit 8876e88

21 files changed

Lines changed: 187 additions & 442 deletions

File tree

zenoh-flat-jni/generated-kotlin/io/zenoh/jni.kt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,6 @@ internal inline fun <R> withSortedHandleLocks(
7373
return synchronized(x) { synchronized(y) { synchronized(z) { body() } } }
7474
}
7575

76-
/**
77-
* Default error raised by a generated wrapper's `onError` when the
78-
* caller doesn't supply a handler. `message` is the binding error
79-
* (`je`) or the library error string (`ze`).
80-
*/
81-
public class ZException(message: String?) : RuntimeException(message)
82-
8376
internal object JNINative {
8477
external fun initAndroidLogs(filter: String, errorSink: Any)
8578
external fun initZenohLogsFromEnvOr(fallbackFilter: String, errorSink: Any)

0 commit comments

Comments
 (0)