Uses of Class
java.lang.ClassNotFoundException

Packages that use ClassNotFoundException
java.awt   
java.beans   
java.io   
java.lang   
java.util   
 

Uses of ClassNotFoundException in java.awt
 

Methods in java.awt that throw ClassNotFoundException
private  void Component.readObject(ObjectInputStream s)
          Read the ObjectInputStream and if it isnt null add a listener to receive item events fired by the components.
private  void Container.readObject(ObjectInputStream s)
           
private  void MenuComponent.readObject(ObjectInputStream s)
           
private  void MenuBar.writeObject(ObjectOutputStream s)
          Writes default serializable fields to stream.
private  void MenuBar.readObject(ObjectInputStream s)
          Read the ObjectInputStream and if it isnt null add a listener to receive item events fired by the MenuBar.
private  void TextComponent.readObject(ObjectInputStream s)
          Read the ObjectInputStream and if it isnt null add a listener to receive item events fired by the TextComponent.
private  void Checkbox.readObject(ObjectInputStream s)
           
private  void Scrollbar.readObject(ObjectInputStream s)
          Read the ObjectInputStream and if it isnt null add a listener to receive item events fired by the Scrollbar.
private  void Choice.readObject(ObjectInputStream s)
           
private  void Window.readObject(ObjectInputStream s)
          Read the default ObjectInputStream, a possibly null listener to receive item events fired by the Window, and a possibly null list of child Windows.
private  void MenuItem.readObject(ObjectInputStream s)
          Read the ObjectInputStream and if it isnt null add a listener to receive item events fired by the Menu Item.
private  void CheckboxMenuItem.readObject(ObjectInputStream s)
           
private  void Frame.readObject(ObjectInputStream s)
          Read the ObjectInputStream and if it isnt null add a listener to receive item events fired by the Frame.
private  void Button.readObject(ObjectInputStream s)
           
private  void TextField.readObject(ObjectInputStream s)
          Read the ObjectInputStream and if it isnt null add a listener to receive item events fired by the TextField.
private  void Menu.writeObject(ObjectOutputStream s)
          Writes default serializable fields to stream.
private  void Menu.readObject(ObjectInputStream s)
          Read the ObjectInputStream and if it isnt null add a listener to receive item events fired by the Menu.
private  void FileDialog.readObject(ObjectInputStream s)
           
private  void List.readObject(ObjectInputStream s)
          Read the ObjectInputStream and if it isnt null add a listener to receive item events fired by the List.
private  void Font.writeObject(ObjectOutputStream s)
          Writes default serializable fields to stream.
private  void Font.readObject(ObjectInputStream s)
          Read the ObjectInputStream and if it isnt null add a listener to receive item events fired by the Font.
private  void FlowLayout.readObject(ObjectInputStream stream)
          Read this object out of a serialization stream, handling objects written by older versions of the class that didn't contain all of the fields we use now..
 

Uses of ClassNotFoundException in java.beans
 

Methods in java.beans that throw ClassNotFoundException
private  void VetoableChangeSupport.readObject(ObjectInputStream s)
           
private  void PropertyChangeSupport.readObject(ObjectInputStream s)
           
static Object Beans.instantiate(ClassLoader cls, String beanName)
           Instantiate a JavaBean.
static Object Beans.instantiate(ClassLoader cls, String beanName, java.beans.beancontext.BeanContext beanContext)
           Instantiate a JavaBean.
static Object Beans.instantiate(ClassLoader cls, String beanName, java.beans.beancontext.BeanContext beanContext, AppletInitializer initializer)
          Instantiate a bean.
protected  Class ObjectInputStreamWithLoader.resolveClass(ObjectStreamClass classDesc)
          Use the given ClassLoader rather than using the system class
(package private) static Object Introspector.instantiate(Class sibling, String className)
          Try to create an instance of a named class.
 

Uses of ClassNotFoundException in java.io
 

Fields in java.io declared as ClassNotFoundException
private  ClassNotFoundException ObjectInputStream.abortClassNotFoundException
           
 

Methods in java.io that throw ClassNotFoundException
 Object ObjectInput.readObject()
          Read and return an object.
private  void FilePermission.readObject(ObjectInputStream s)
          readObject is called to restore the state of the FilePermission from a stream.
(package private)  void ObjectStreamClass.read(ObjectInputStream s)
           
 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.
private  void File.readObject(ObjectInputStream s)
          readObject is called to restore this filename.
 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.
private  Object ObjectInputStream.readObject(boolean requireLocalClass)
           
 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.
private  Class ObjectInputStream.loadClass0(Class cl, String classname)
           
private  ObjectStreamClass ObjectInputStream.inputClassDescriptor()
           
private  int ObjectInputStream.inputArray(boolean requireLocalClass)
           
private  int ObjectInputStream.inputObject(boolean requireLocalClass)
           
private  void ObjectInputStream.SkipToEndOfBlockData()
           
private  boolean ObjectInputStream.invokeObjectReader(Object obj)
           
private  void ObjectInputStream.inputClassFields(Object o, Class cl, ObjectStreamField[] fields)
           
(package private)  void ObjectInputStream.GetFieldImpl.read(ObjectInputStream in)
          Read the data and fields from the specified 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. Prior to JDK1.2, this method loads a class from the local file system in a platform-dependent manner, and returns a class object that has no associated class loader. Since JDK1.2, this method loads the class through the system class loader(see ClassLoader.getSystemClassLoader()).
private  Class ClassLoader.findBootstrapClass(String name)
           
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.
private static Class Class.forName0(String name, boolean initialize, ClassLoader loader)
          Called after security checks have been made.
private  void StringBuffer.readObject(ObjectInputStream s)
          readObject is called to restore the state of the StringBuffer from a stream.
 

Uses of ClassNotFoundException in java.util
 

Methods in java.util that throw ClassNotFoundException
private  void PropertyPermission.readObject(ObjectInputStream s)
          readObject is called to restore the state of the PropertyPermission from a stream.
private  void HashMap.readObject(ObjectInputStream s)
          Reconstitute the HashMap instance from a stream (i.e., deserialize it).
private  void Calendar.readObject(ObjectInputStream stream)
          Reconstitute this object from a stream (i.e., deserialize it).
private  void TreeSet.readObject(ObjectInputStream s)
          Reconstitute the TreeSet instance from a stream (that is, deserialize it).
private  void LinkedList.readObject(ObjectInputStream s)
          Reconstitute this LinkedList instance from a stream (that is deserialize it).
private  void SimpleTimeZone.readObject(ObjectInputStream stream)
          Reconstitute this object from a stream (i.e., deserialize it).
private  void BitSet.readObject(ObjectInputStream in)
          This override of readObject makes sure unitsInUse is set properly when deserializing a bitset
private  void Hashtable.readObject(ObjectInputStream s)
          Reconstitute the Hashtable from a stream (i.e., deserialize it).
private  void Locale.readObject(ObjectInputStream in)
           
private  void Date.readObject(ObjectInputStream s)
          Reconstitute this object from a stream (i.e., deserialize it).
private  void HashSet.readObject(ObjectInputStream s)
          Reconstitute the HashSet instance from a stream (that is, deserialize it).
private  void TreeMap.readObject(ObjectInputStream s)
          Reconstitute the TreeMap instance from a stream (i.e., deserialize it).
(package private)  void TreeMap.readTreeSet(int size, ObjectInputStream s, Object defaultVal)
          Intended to be called only from TreeSet.readObject
private  void TreeMap.buildFromSorted(int size, Iterator it, ObjectInputStream str, Object defaultVal)
          Linear time tree building algorithm from sorted data.
private static TreeMap.Entry TreeMap.buildFromSorted(int level, int lo, int hi, int redLevel, Iterator it, ObjectInputStream str, Object defaultVal)
          Recursive "helper method" that does the real work of the of the previous method.
private  void ArrayList.readObject(ObjectInputStream s)
          Reconstitute the ArrayList instance from a stream (that is, deserialize it).