|
JSR-62 (Final) | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassNotFoundException | |
java.awt.datatransfer | Provides interfaces and classes for transferring data between and within applications. |
java.beans | Contains classes for run-time Java Beans support. |
java.io | |
java.lang | |
java.net | |
java.security |
Uses of ClassNotFoundException in java.awt.datatransfer |
Methods in java.awt.datatransfer that throw ClassNotFoundException | |
void |
DataFlavor.readExternal(ObjectInput is)
restore this DataFlavor from an Serialized state |
Uses of ClassNotFoundException in java.beans |
Methods in java.beans that throw ClassNotFoundException | |
static Object |
Beans.instantiate(ClassLoader cls,
String beanName)
Instantiate a JavaBean. |
Uses of ClassNotFoundException in java.io |
Methods in java.io that throw ClassNotFoundException | |
void |
Externalizable.readExternal(ObjectInput in)
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays. |
Object |
ObjectInput.readObject()
Read and return an object. |
Object |
ObjectInputStream.readObject()
Read an object from the ObjectInputStream. |
protected Object |
ObjectInputStream.readObjectOverride()
This method is called by trusted subclasses of ObjectOutputStream that constructed ObjectOutputStream using the protected no-arg constructor. |
void |
ObjectInputStream.defaultReadObject()
Read the non-static and non-transient fields of the current class from this stream. |
ObjectInputStream.GetField |
ObjectInputStream.readFields()
Reads the persistent fields from the stream and makes them available by name. |
protected Class |
ObjectInputStream.resolveClass(ObjectStreamClass v)
Load the local class equivalent of the specified stream class description. |
protected Class |
ObjectInputStream.resolveProxyClass(String[] interfaces)
Returns a proxy class that implements the interfaces named in a proxy class descriptor; subclasses may implement this method to read custom data from the stream along with the descriptors for dynamic proxy classes, allowing them to use an alternate loading mechanism for the interfaces and the proxy class. |
protected ObjectStreamClass |
ObjectInputStream.readClassDescriptor()
Read a class descriptor from the serialization stream. |
Uses of ClassNotFoundException in java.lang |
Methods in java.lang that throw ClassNotFoundException | |
Class |
ClassLoader.loadClass(String name)
Loads the class with the specified name. |
protected Class |
ClassLoader.loadClass(String name,
boolean resolve)
Loads the class with the specified name. |
protected Class |
ClassLoader.findClass(String name)
Finds the specified class. |
protected Class |
ClassLoader.findSystemClass(String name)
Finds a class with the specified name, loading it if necessary. |
static Class |
Class.forName(String className)
Returns the Class object associated with the class or
interface with the given string name. |
static Class |
Class.forName(String name,
boolean initialize,
ClassLoader loader)
Returns the Class object associated with the class or
interface with the given string name, using the given class loader. |
Uses of ClassNotFoundException in java.net |
Methods in java.net that throw ClassNotFoundException | |
protected Class |
URLClassLoader.findClass(String name)
Finds and loads the class with the specified name from the URL search path. |
Uses of ClassNotFoundException in java.security |
Methods in java.security that throw ClassNotFoundException | |
Object |
SignedObject.getObject()
Retrieves the encapsulated object. |
|
JSR-62 (Final) | ||||||||||
PREV NEXT | FRAMES NO FRAMES |