Skip to content

Commit 33f2894

Browse files
committed
Merge pull request #3683 from akarnokd/ExceptionsJavadoc1x
1.x: javadoc for rx.exceptions.Exceptions
2 parents 182833e + c3a23c5 commit 33f2894

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/main/java/rx/exceptions/Exceptions.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@
2121
import rx.annotations.Experimental;
2222

2323
/**
24-
* @warn javadoc class description missing
24+
* Utility class with methods to wrap checked exceptions and
25+
* manage fatal and regular exception delivery.
2526
*/
2627
public final class Exceptions {
28+
/** Utility class, no instances. */
2729
private Exceptions() {
28-
30+
throw new IllegalStateException("No instances!");
2931
}
3032

3133
/**

0 commit comments

Comments
 (0)