ClassLoader.ClassLoader
Class Overview | Class Members | 
  This Package | 
All Packages
 protected ClassLoader()
Description
 Constructs a new class loader and initializes it. 
 
 If there is a security manager, its 
 checkCreateClassLoader method is called. This may 
 result in a security exception.
  
Exceptions
 SecurityException
     if the current thread does not have
               permission to create a new class loader.
    
See Also
     SecurityException, checkCreateClassLoader