JDK-8201127 : Add major/minor version methods to UnsupportedClassVersionError
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.lang
  • Priority: P4
  • Status: New
  • Resolution: Unresolved
  • Submitted: 2018-04-05
  • Updated: 2018-04-05
Related Reports
Relates :  
Description
With UnsupportedClassVersionError expected to be more commonly seen in the future with preview language features (JDK-8195734), it would be helpful to consumers of the error to have methods to retrieve the major and minor versions in question. Such methods would be a supplement to an informative detail message.