|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ClassNotFoundException in java.io |
---|
Methods in java.io that throw ClassNotFoundException | |
---|---|
void |
ObjectInputStream.defaultReadObject()
|
protected ObjectStreamClass |
ObjectInputStream.readClassDescriptor()
|
void |
Externalizable.readExternal(ObjectInput var0)
|
ObjectInputStream.GetField |
ObjectInputStream.readFields()
|
Object |
ObjectInputStream.readObject()
|
Object |
ObjectInput.readObject()
|
protected Object |
ObjectInputStream.readObjectOverride()
|
protected Class |
ObjectInputStream.resolveClass(ObjectStreamClass var0)
|
protected Class |
ObjectInputStream.resolveProxyClass(String[] var0)
|
Uses of ClassNotFoundException in java.lang |
---|
Methods in java.lang that throw ClassNotFoundException | |
---|---|
protected Class |
ClassLoader.findClass(String var0)
|
protected Class |
ClassLoader.findSystemClass(String var0)
|
static Class |
Class.forName(String var0)
|
static Class |
Class.forName(String var0,
boolean var1,
ClassLoader var2)
|
Class |
ClassLoader.loadClass(String var0)
|
protected Class |
ClassLoader.loadClass(String var0,
boolean var1)
|
Uses of ClassNotFoundException in java.net |
---|
Methods in java.net that throw ClassNotFoundException | |
---|---|
protected Class |
URLClassLoader.findClass(String var0)
|
Uses of ClassNotFoundException in java.security |
---|
Methods in java.security that throw ClassNotFoundException | |
---|---|
Object |
SignedObject.getObject()
|
Uses of ClassNotFoundException in org.apache.felix.framework |
---|
Methods in org.apache.felix.framework that throw ClassNotFoundException | |
---|---|
protected Class |
ModuleImpl.ModuleClassLoader.findClass(String name)
|
Class |
ModuleImpl.getClassByDelegation(String name)
|
protected Class |
ModuleImpl.ModuleClassLoader.loadClass(String name,
boolean resolve)
|
Uses of ClassNotFoundException in org.apache.felix.framework.resolver |
---|
Methods in org.apache.felix.framework.resolver that throw ClassNotFoundException | |
---|---|
Class |
Wire.getClass(String name)
Requests a class from the exporting module. |
Class |
WireImpl.getClass(String name)
|
Class |
WireModuleImpl.getClass(String name)
|
Class |
Module.getClassByDelegation(String name)
|
Uses of ClassNotFoundException in org.apache.felix.framework.util |
---|
Methods in org.apache.felix.framework.util that throw ClassNotFoundException | |
---|---|
Class |
SecureAction.forName(String name)
|
Uses of ClassNotFoundException in org.apache.felix.ipojo |
---|
Methods in org.apache.felix.ipojo that throw ClassNotFoundException | |
---|---|
Class |
ComponentFactory.loadClass(String className)
Loads a class. |
Uses of ClassNotFoundException in org.apache.felix.mosgi.jmx.agent.mx4j.loading |
---|
Methods in org.apache.felix.mosgi.jmx.agent.mx4j.loading that throw ClassNotFoundException | |
---|---|
protected Class |
ClassLoaderObjectInputStream.resolveClass(ObjectStreamClass osc)
|
protected Class |
ClassLoaderObjectInputStream.resolveProxyClass(String[] interfaces)
|
Uses of ClassNotFoundException in org.apache.felix.mosgi.jmx.agent.mx4j.server |
---|
Methods in org.apache.felix.mosgi.jmx.agent.mx4j.server that throw ClassNotFoundException | |
---|---|
Class |
DefaultClassLoaderRepository.loadClass(String className)
|
Class |
DefaultClassLoaderRepository.loadClassBefore(ClassLoader loader,
String className)
|
Class |
DefaultClassLoaderRepository.loadClassWithout(ClassLoader loader,
String className)
|
Uses of ClassNotFoundException in org.apache.felix.mosgi.jmx.agent.mx4j.util |
---|
Methods in org.apache.felix.mosgi.jmx.agent.mx4j.util that throw ClassNotFoundException | |
---|---|
static Class |
Utils.loadClass(ClassLoader loader,
String name)
This methods load a class given the classloader and the name of the class, and work for extended names of primitive types. |
static Class[] |
Utils.loadClasses(ClassLoader loader,
String[] names)
Returns the classes whose names are specified by the names argument, loaded with the
specified classloader. |
Uses of ClassNotFoundException in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote |
---|
Methods in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote that throw ClassNotFoundException | |
---|---|
protected static Class |
ProviderHelper.loadClass(String className,
ClassLoader loader)
|
Uses of ClassNotFoundException in org.osgi.framework |
---|
Methods in org.osgi.framework that throw ClassNotFoundException | |
---|---|
Class |
Bundle.loadClass(String name)
Loads the specified class using this bundle's class loader. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |