mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-06-12 00:55:42 +02:00
Iterators throw FormatRuntimeException if a FormatException occurs, or RuntimeException if an IO error occurs. Reduced visibility of impl classes.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package net.sf.briar.api.serial;
|
||||
|
||||
public class FormatRuntimeException extends RuntimeException {
|
||||
|
||||
private static final long serialVersionUID = -6548900875808933998L;
|
||||
}
|
||||
Reference in New Issue
Block a user