Uses of Class
java.lang.ClassNotFoundException
| Package | Description |
|---|---|
| java.io | |
| java.lang | |
| java.net | |
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
| javax.crypto |
This package provides the classes and interfaces for cryptographic applications implementing algorithms for encryption, decryption, or
key agreement.
|
| org.apache.commons.logging |
Simple wrapper API around multiple logging APIs.
|
| org.bouncycastle.jcajce.provider.asymmetric.util | |
| org.xml.sax.helpers |
-
Uses of ClassNotFoundException in java.io
Methods in java.io that throw ClassNotFoundException Modifier and Type Method Description voidObjectInputStream. defaultReadObject()Default method to read objects from this stream.protected ObjectStreamClassObjectInputStream. readClassDescriptor()Reads a class descriptor from the source stream.voidExternalizable. readExternal(ObjectInput input)Reads the next object from the ObjectInputinput.ObjectInputStream.GetFieldObjectInputStream. readFields()Reads the persistent fields of the object that is currently being read from the source stream.ObjectObjectInput. readObject()Reads the next object from this stream.ObjectObjectInputStream. readObject()Reads the next object from the source stream.protected ObjectObjectInputStream. readObjectOverride()Method to be overridden by subclasses to read the next object from the source stream.ObjectObjectInputStream. readUnshared()Reads the next unshared object from the source stream.protected Class<?>ObjectInputStream. resolveClass(ObjectStreamClass osClass)Loads the Java class corresponding to the class descriptorosClassthat has just been read from the source stream.protected Class<?>ObjectInputStream. resolveProxyClass(String[] interfaceNames)Creates the proxy class that implements the interfaces specified ininterfaceNames. -
Uses of ClassNotFoundException in java.lang
Methods in java.lang that throw ClassNotFoundException Modifier and Type Method Description protected Class<?>ClassLoader. findClass(String className)Overridden by subclasses, throws aClassNotFoundExceptionby default.protected Class<?>ClassLoader. findSystemClass(String className)Finds the class with the specified name, loading it using the system class loader if necessary.static Class<?>Class. forName(String className)Returns aClassobject which represents the class with the given name.static Class<?>Class. forName(String className, boolean shouldInitialize, ClassLoader classLoader)Returns aClassobject which represents the class with the given name.Class<?>ClassLoader. loadClass(String className)Loads the class with the specified name.protected Class<?>ClassLoader. loadClass(String className, boolean resolve)Loads the class with the specified name, optionally linking it after loading. -
Uses of ClassNotFoundException in java.net
Methods in java.net that throw ClassNotFoundException Modifier and Type Method Description protected Class<?>URLClassLoader. findClass(String className)Tries to locate and load the specified class using the known URLs. -
Uses of ClassNotFoundException in java.security
Methods in java.security that throw ClassNotFoundException Modifier and Type Method Description ObjectSignedObject. getObject()Returns the encapsulated object. -
Uses of ClassNotFoundException in javax.crypto
Methods in javax.crypto that throw ClassNotFoundException Modifier and Type Method Description ObjectSealedObject. getObject(Key key)Returns the wrapped object, decrypting it using the specified key.ObjectSealedObject. getObject(Key key, String provider)Returns the wrapped object, decrypting it using the specified key.ObjectSealedObject. getObject(Cipher c)Returns the wrapped object, decrypting it using the specified cipher. -
Uses of ClassNotFoundException in org.apache.commons.logging
Methods in org.apache.commons.logging that throw ClassNotFoundException Modifier and Type Method Description static voidLogSource. setLogImplementation(String classname)Deprecated.Set the log implementation/log implementation factory by the name of the class. -
Uses of ClassNotFoundException in org.bouncycastle.jcajce.provider.asymmetric.util
Methods in org.bouncycastle.jcajce.provider.asymmetric.util that throw ClassNotFoundException Modifier and Type Method Description voidPKCS12BagAttributeCarrierImpl. readObject(ObjectInputStream in) -
Uses of ClassNotFoundException in org.xml.sax.helpers
Methods in org.xml.sax.helpers that throw ClassNotFoundException Modifier and Type Method Description static ParserParserFactory. makeParser()Deprecated.Create a new SAX parser using the `org.xml.sax.parser' system property.static ParserParserFactory. makeParser(String className)Deprecated.Create a new SAX parser object using the class name provided.