org.codehaus.classworlds.uberjar.boot
Class InitialClassLoader

java.lang.Object
  extended by java.lang.ClassLoader
      extended by java.security.SecureClassLoader
          extended by org.codehaus.classworlds.uberjar.boot.InitialClassLoader

public class InitialClassLoader
extends SecureClassLoader

Initial bootstrapping ClassLoader.

Version:
$Id: InitialClassLoader.java 78 2004-07-01 13:59:13Z jvanzyl $
Author:
Jason van Zyl, bob mcwhirter

Constructor Summary
InitialClassLoader()
          Construct.
 
Method Summary
 Class findClass(String className)
           
 
Methods inherited from class java.security.SecureClassLoader
defineClass, defineClass, getPermissions
 
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitialClassLoader

public InitialClassLoader()
                   throws Exception
Construct.

Throws:
Exception - If an error occurs while attempting to perform bootstrap initialization.
Method Detail

findClass

public Class findClass(String className)
                throws ClassNotFoundException
Overrides:
findClass in class ClassLoader
Throws:
ClassNotFoundException
See Also:
ClassLoader