[serde-api, serde-extension] Make handling of data read exceptions more explicit
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user