This commit is contained in:
wentch
2015-12-25 10:11:08 +08:00
parent ed23fa2fd3
commit 8d65e0a154

View File

@@ -215,7 +215,7 @@ public interface Attribute<T, F> {
}
try {
return (Attribute) Class.forName(newDynName.replace('/', '.')).newInstance();
} catch (Exception ex) {
} catch (Throwable ex) {
}
//---------------------------------------------------
final org.objectweb.asm.ClassWriter cw = new org.objectweb.asm.ClassWriter(0);