135136137138139140141142143144145
if (c == null) { try { return super.tryClass(name, cl); } catch (ExtensionException ee) { if (origExc != null) { throw new ExtensionException(new Message("PROBLEM_LOADING_EXTENSION_CLASS", Extension.LOG, name), origExc); } else { throw ee; }
155156157158159160161162163164165