Iterators throw FormatRuntimeException if a FormatException occurs, or RuntimeException if an IO error occurs. Reduced visibility of impl classes.

This commit is contained in:
akwizgran
2011-07-10 22:42:38 +01:00
parent 0f4ffe9fbc
commit 63f1caebac
5 changed files with 21 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
package net.sf.briar.api.serial;
public class FormatRuntimeException extends RuntimeException {
private static final long serialVersionUID = -6548900875808933998L;
}