We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a6340 commit be61847Copy full SHA for be61847
1 file changed
environments/se/core/src/main/java/org/jboss/weld/environment/se/Weld.java
@@ -480,7 +480,7 @@ public Weld addExtensions(Class<? extends Extension>... extensionClasses) {
480
Extension extension = SecurityActions.newInstance(extensionClass);
481
addExtension(extension);
482
} catch (Exception ex) {
483
- CommonLogger.LOG.unableToInstantiate(extensionClass, new Object[] {}, ex);
+ throw CommonLogger.LOG.unableToInstantiate(extensionClass, new Object[] {}, ex);
484
}
485
486
return this;
0 commit comments