Latest post
Unusual Java: StackTrace Extends Throwable
While having a class that directly extends Throwable is surprising, it is allowed and is also useful for providing additional information.
-
Exceptions in Java Lambdas
Java streams don’t play well with checked exceptions. To recover the readability we expect of streams, we can rely on Apache Commons Lang.
1-2 of 2