We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182833e commit c3a23c5Copy full SHA for c3a23c5
src/main/java/rx/exceptions/Exceptions.java
@@ -21,11 +21,13 @@
21
import rx.annotations.Experimental;
22
23
/**
24
- * @warn javadoc class description missing
+ * Utility class with methods to wrap checked exceptions and
25
+ * manage fatal and regular exception delivery.
26
*/
27
public final class Exceptions {
28
+ /** Utility class, no instances. */
29
private Exceptions() {
-
30
+ throw new IllegalStateException("No instances!");
31
}
32
33
0 commit comments