Uses of Class java.lang.ClassNotFoundException

Uses in package java.net

Methods which throw type java.lang.ClassNotFoundException

Class
Finds (the first) class by name from one of the locations.

Uses in package javax.rmi.CORBA

Methods which throw type java.lang.ClassNotFoundException

Class<T>
Util.loadClass(String className, String remoteCodebase, ClassLoader loader)
Load the class.
Class<T>
UtilDelegate.loadClass(String className, String remoteCodebase, ClassLoader loader)
void
Read this stub from the object input stream.

Uses in package gnu.javax.crypto.prng

Methods which throw type java.lang.ClassNotFoundException

IRandom
Create and initialize a CSPRNG instance with the "system" parameters; the files, URLs, programs, and EntropySource sources used by the instance are derived from properties set in the system Properties.

Uses in package gnu.java.lang

Methods which throw type java.lang.ClassNotFoundException

void
Redefine classes present in the definitions array, with the corresponding class files.

Uses in package java.beans

Methods which throw type java.lang.ClassNotFoundException

Object
Creates a bean.
Object
Beans.instantiate(ClassLoader cl, String beanName, BeanContext beanContext)
Creates a bean.
Object
Beans.instantiate(ClassLoader cl, String beanName, BeanContext beanContext, AppletInitializer initializer)
Instantiates a bean according to Beans 1.0.

Uses in package javax.swing.text

Methods which throw type java.lang.ClassNotFoundException

void
Reads a set of attributes from the given object input stream.
void
Handles reading in the attributes.

Uses in package gnu.javax.crypto.jce.prng

Constructors which throw type java.lang.ClassNotFoundException

The basic constructor.

Uses in package gnu.javax.rmi.CORBA

Methods which throw type java.lang.ClassNotFoundException

void
Class<T>
UtilDelegateImpl.loadClass(String className, String remoteCodebase, ClassLoader loader)
Load the class.
void
This should never be called.
void
Read as CORBA object when the ORB is known.
Object
Objects are read as abstract interfaces.

Uses in package org.xml.sax.helpers

Methods which throw type java.lang.ClassNotFoundException

Parser
Create a new SAX parser using the `org.xml.sax.parser' system property.
Parser
Create a new SAX parser object using the class name provided.

Uses in package java.rmi

Methods which throw type java.lang.ClassNotFoundException

T
Constructs and returns a copy of the internal serialized object.

Uses in package java.lang

Methods which throw type java.lang.ClassNotFoundException

Class
Called for every class name that is needed but has not yet been defined by this classloader or one of its parents.
Class
Helper to find a Class using the system classloader, possibly loading it.
Class
Class<T>.forName(String className)
Use the classloader of the current class to load, link, and initialize a class.
Class
Class<T>.forName(String className, boolean initialize, ClassLoader loader)
Use the specified classloader to load and link a class.
Class
Load a class using this ClassLoader or its parent, without resolving it.
Class
ClassLoader.loadClass(String name, boolean resolve)
Load a class using this ClassLoader or its parent, possibly resolving it as well using resolveClass().

Uses in package gnu.java.rmi.server

Methods which throw type java.lang.ClassNotFoundException

Class<T>
Find the class with the given name.
Object
Class<T>
RMIClassLoaderImpl.loadClass(String codeBase, String name, ClassLoader defaultLoader)
Class<T>
RMIClassLoaderImpl.loadProxyClass(String codeBase, String[] interfaces, ClassLoader defaultLoader)
void
Read the content from the input stream.
void
Read the content from the input stream.
void
Object
Class<T>
Class<T>

Uses in package gnu.java.lang.reflect

Methods which throw type java.lang.ClassNotFoundException

Class<T>
Gets the Class object for a type name.
Class<T>
TypeSignature.getClassForEncoding(String type_code, boolean descriptor)
This function is the inverse of getEncodingOfClass.
Class<T>
TypeSignature.getClassForEncoding(String type_code, boolean descriptor, ClassLoader loader)
This function is the inverse of getEncodingOfClass.

Uses in package java.beans.beancontext

Methods which throw type java.lang.ClassNotFoundException

void
Deserializes any service providers which are serializable.
void
Subclasses may use this method to perform their own deserialization after the default deserialization process has taken place, but prior to the deserialization of the children.
void
Deserializes objects (written by serialize(ObjectOutputStream,Collection)) and adds them to the specified collection.
Object
Instantiate a Bean using this Bean's ClassLoader and this BeanContext as the parent.
Object
This is a convenience method for instantiating a bean inside this context.
void
Deserializes the children using the deserialize(ObjectInputStream, Collection method and then calls childDeserializedHook(Object, BCSChild) for each child deserialized.

Uses in package java.rmi.server

Methods which throw type java.lang.ClassNotFoundException

Class
Class
Class
Class
RMIClassLoader.loadClass(String codebase, String name, ClassLoader defaultLoader)
Class
RMIClassLoaderSpi.loadClass(String codeBase, String name, ClassLoader defaultLoader)
Class
LoaderHandler.loadClass(URL codebase, String name)
Class
Loads a class from codeBase.
Class
RMIClassLoader.loadProxyClass(String codeBase, String[] interfaces, ClassLoader defaultLoader)
Class
RMIClassLoaderSpi.loadProxyClass(String codeBase, String[] interfaces, ClassLoader defaultLoader)

Uses in package gnu.java.io

Methods which throw type java.lang.ClassNotFoundException

Class<T>
Overriden method to use the loadClass() method from the ClassLoader.

Uses in package gnu.gcj.runtime

Methods which throw type java.lang.ClassNotFoundException

Class<T>
Class<T>
Called for every class name that is needed but has not yet been defined by this classloader or one of its parents.

Uses in package java.lang.instrument

Methods which throw type java.lang.ClassNotFoundException

void
Redefine classes present in the definitions array, with the corresponding class files.

Uses in package gnu.CORBA

Methods which throw type java.lang.ClassNotFoundException

Class<T>
Load the class with the given name.

Uses in package org.w3c.dom.bootstrap

Methods which throw type java.lang.ClassNotFoundException

DOMImplementationRegistry
Obtain a new instance of a DOMImplementationRegistry.

Uses in package java.awt.datatransfer

Constructors which throw type java.lang.ClassNotFoundException

Initializes a new instance of DataFlavor with the specified MIME type.
DataFlavor.DataFlavor(String mimeType, String humanPresentableName, ClassLoader classLoader)
Initializes a new instance of DataFlavor with the specified MIME type and description.

Methods which throw type java.lang.ClassNotFoundException

DataFlavor
Returns the data flavor given the native type name or null when no such data flavor exists.
void
De-serialize this class.
Class
DataFlavor.tryToLoadClass(String className, ClassLoader classLoader)
This method attempts to load the named class.

Uses in package javax.crypto

Methods which throw type java.lang.ClassNotFoundException

Object
Unseal and deserialize this sealed object with the specified key.
Object
SealedObject.getObject(Key key, String provider)
Unseal and deserialize this sealed object with the specified key, using a cipher from the named provider.
Object
Unseal and deserialize this sealed object with a specified (already initialized) cipher.

Uses in package javax.activation

Methods which throw type java.lang.ClassNotFoundException

Object
Returns the instantiated bean.
void
This method restores an object's state by reading in the instance data for the object from the passed in stream.

Uses in package gnu.java.beans.decoder

Methods which throw type java.lang.ClassNotFoundException

Class<T>

Uses in package java.io

Methods which throw type java.lang.ClassNotFoundException

void
Reads the current objects non-transient, non-static fields from the current class from the underlying output stream.
ObjectStreamClass
This method reads a class descriptor from the real input stream and use these data to create a new instance of ObjectStreamClass.
void
This method restores an object's state by reading in the instance data for the object from the passed in stream.
ObjectInputStream.GetField
This method should be called by a method called 'readObject' in the deserializing class (if present).
Object
Reads an object instance and returns it.
Object
Returns the next deserialized object read from the underlying stream.
Object
This method allows subclasses to override the default de serialization mechanism provided by ObjectInputStream.
Object
Returns the next deserialized object read from the underlying stream in an unshared manner.
Class
Called when a class is being deserialized.
Class

Uses in package javax.management.loading

Methods which throw type java.lang.ClassNotFoundException

Class
Attempts to load the given class using class loaders supplied by the list.
Class
Attempts to load the given class using class loaders supplied by the list, stopping when the specified loader is reached.
Class
Attempts to load the given class using class loaders supplied by the list, excluding the one specified.

Uses in package java.security

Methods which throw type java.lang.ClassNotFoundException

Object
Returns the encapsulated object.

Uses in package javax.swing

Methods which throw type java.lang.ClassNotFoundException

void
Set the current default look and feel using a class name.

Uses in package gnu.java.rmi

Methods which throw type java.lang.ClassNotFoundException

Object