Java 9’s StackTraceElement has been enhanced to include the module name and module version - http://download.java.net/java/jdk9/docs/api/java/lang/StackTraceElement.html#getModuleName <http://download.java.net/java/jdk9/docs/api/java/lang/StackTraceElement.html#getModuleName>. If I understand this correctly it should eliminate our need for special logic in the EnhancedThrowableConverters.
Ralph