Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Uses of Class
java.lang.ClassNotFoundException
Packages that use ClassNotFoundException
Provides for system input and output through data streams, serialization and the file system.
Provides classes that are fundamental to the design of the Java programming language.
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.
ObjectInput.readObject()
Read and return an object.
void
ObjectInputStream.defaultReadObject()
Read the non-static and non-transient fields of the current class from this stream.
ObjectInputStream.readClassDescriptor()
Read a class descriptor from the serialization stream.
ObjectInputStream.readFields()
Reads the persistent fields from the stream and makes them available by name.
final Object
ObjectInputStream.readObject()
Read an object from the ObjectInputStream.
protected Object
ObjectInputStream.readObjectOverride()
This method is called by trusted subclasses of ObjectInputStream that constructed ObjectInputStream using the protected no-arg constructor.
ObjectInputStream.readUnshared()
Reads an "unshared" object from the ObjectInputStream.
protected Class<?>
ObjectInputStream.resolveClass(ObjectStreamClass desc)
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.
Methods in java.lang that throw ClassNotFoundException
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.
protected Class<?>
ClassLoader.findClass(String name)
Finds the class with the specified binary name.
protected final Class<?>
ClassLoader.findSystemClass(String name)
Finds a class with the specified binary name, loading it if necessary.
ClassLoader.loadClass(String name)
Loads the class with the specified binary name.
protected Class<?>
ClassLoader.loadClass(String name, boolean resolve)
Loads the class with the specified binary name.

 Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz