Laur's blog
  • Home
  • About
  • Support my work
Sign in Subscribe

jdk

A collection of 1 post
About Java Exceptions in SE 7
7

About Java Exceptions in SE 7

TL;DR: JDK 7 improves on exception handling (less code, base exception class...). Base exception class Reflective operations exceptions now have a base class ReflectiveOperationException. This allows you to to a global catch rather than one for each exception. Now you can write: try { // Some reflective stuff ... } catch(ReflectiveOperationException e)
Nov 7, 2015 1 min read
Page 1 of 1
Laur's blog © 2025
  • Sign up
Powered by Ghost