Searched refs:implName (Results 1 – 1 of 1) sorted by relevance
733 String implName = "(unknown)"; in newInstance() local738 implName = java.security.AccessController.doPrivileged( in newInstance()740 if (implName != null && !implName.equals("")) in newInstance()741 impl = Class.forName(implName); in newInstance()752 throw new Error("Class not found: " + implName + in newInstance()756 throw new Error("Could not instantiate: " + implName + in newInstance()760 throw new Error("Cannot access class: " + implName + in newInstance()