summaryrefslogtreecommitdiffstats
path: root/yolean/abi-spec.json
diff options
context:
space:
mode:
authorValerij Fredriksen <freva@users.noreply.github.com>2022-05-30 09:24:53 +0200
committerGitHub <noreply@github.com>2022-05-30 09:24:53 +0200
commit29bbcf6e2c3cf7133a1109c51d93fedc7e493b97 (patch)
treef1eb4b6c9c08fc492d9568e7d3296f7b2cc58e16 /yolean/abi-spec.json
parent9aebfc50b7f0f967bb68e5e6986bc03afc469bd5 (diff)
Revert "uncheck() all checked exceptions"
Diffstat (limited to 'yolean/abi-spec.json')
-rw-r--r--yolean/abi-spec.json31
1 files changed, 9 insertions, 22 deletions
diff --git a/yolean/abi-spec.json b/yolean/abi-spec.json
index 568535fbf39..8c10006e7e1 100644
--- a/yolean/abi-spec.json
+++ b/yolean/abi-spec.json
@@ -1,5 +1,5 @@
{
- "com.yahoo.yolean.Exceptions$RunnableThrowingException": {
+ "com.yahoo.yolean.Exceptions$RunnableThrowingIOException": {
"superClass": "java.lang.Object",
"interfaces": [],
"attributes": [
@@ -25,7 +25,7 @@
],
"fields": []
},
- "com.yahoo.yolean.Exceptions$SupplierThrowingException": {
+ "com.yahoo.yolean.Exceptions$SupplierThrowingIOException": {
"superClass": "java.lang.Object",
"interfaces": [],
"attributes": [
@@ -48,33 +48,20 @@
"public void <init>()",
"public static java.lang.String toMessageString(java.lang.Throwable)",
"public static java.util.Optional findCause(java.lang.Throwable, java.lang.Class)",
- "public static void uncheck(com.yahoo.yolean.Exceptions$RunnableThrowingException)",
+ "public static void uncheck(com.yahoo.yolean.Exceptions$RunnableThrowingIOException)",
"public static void uncheckInterrupted(com.yahoo.yolean.Exceptions$RunnableThrowingInterruptedException)",
"public static void uncheckInterruptedAndRestoreFlag(com.yahoo.yolean.Exceptions$RunnableThrowingInterruptedException)",
- "public static varargs void uncheck(com.yahoo.yolean.Exceptions$RunnableThrowingException, java.lang.String, java.lang.String[])",
- "public static void uncheckAndIgnore(com.yahoo.yolean.Exceptions$RunnableThrowingException, java.lang.Class)",
- "public static java.lang.Object uncheck(com.yahoo.yolean.Exceptions$SupplierThrowingException)",
- "public static varargs java.lang.Object uncheck(com.yahoo.yolean.Exceptions$SupplierThrowingException, java.lang.String, java.lang.String[])",
- "public static java.lang.Object uncheckAndIgnore(com.yahoo.yolean.Exceptions$SupplierThrowingException, java.lang.Class)",
+ "public static varargs void uncheck(com.yahoo.yolean.Exceptions$RunnableThrowingIOException, java.lang.String, java.lang.String[])",
+ "public static void uncheckAndIgnore(com.yahoo.yolean.Exceptions$RunnableThrowingIOException, java.lang.Class)",
+ "public static java.lang.Object uncheck(com.yahoo.yolean.Exceptions$SupplierThrowingIOException)",
+ "public static varargs java.lang.Object uncheck(com.yahoo.yolean.Exceptions$SupplierThrowingIOException, java.lang.String, java.lang.String[])",
+ "public static java.lang.Object uncheckAndIgnore(com.yahoo.yolean.Exceptions$SupplierThrowingIOException, java.lang.Class)",
"public static java.lang.RuntimeException throwUnchecked(java.lang.Throwable)"
],
"fields": []
},
- "com.yahoo.yolean.UncheckedException": {
- "superClass": "java.lang.RuntimeException",
- "interfaces": [],
- "attributes": [
- "public"
- ],
- "methods": [
- "public void <init>(java.lang.String, java.lang.Exception)",
- "public void <init>(java.lang.Exception)",
- "public void <init>(java.lang.String)"
- ],
- "fields": []
- },
"com.yahoo.yolean.UncheckedInterruptedException": {
- "superClass": "com.yahoo.yolean.UncheckedException",
+ "superClass": "java.lang.RuntimeException",
"interfaces": [],
"attributes": [
"public"