[serde-api, serde-extension] Make handling of data read exceptions more explicit

This commit is contained in:
2025-06-29 00:08:06 +02:00
parent 25faea92d8
commit 35768550d3
3 changed files with 101 additions and 63 deletions

View File

@@ -6,7 +6,7 @@ import lombok.Setter;
import org.jspecify.annotations.Nullable;
@Getter
public class TweedDataReadException extends RuntimeException {
public class TweedDataReadException extends Exception {
@Nullable
private final TweedDataReaderRecoverMode recoverMode;