Loads the class with the specified
binary name. This method searches for classes in the same manner as the {@link #loadClass(String,boolean)} method. It is invoked by the Java virtualmachine to resolve class references. Invoking this method is equivalent to invoking {@link #loadClass(String,boolean)
loadClass(name,false)}.
@param name The
binary name of the class
@return The resulting
Class object
@throws ClassNotFoundException If the class was not found