[ Web Proxy ]
URL:
Viewing: https://docs.oracle.com/en/java/javase/24/docs/api/java.base/java/lang/ClassNotFoundException.html [Back]  [Original]

ClassNotFoundException (Java SE 24 & JDK 24)
Contents 
Hide sidebar ❮❯ Show sidebar
  1. Description
  2. Constructor Summary
  3. Method Summary
  4. Constructor Details
    1. ClassNotFoundException()
    2. ClassNotFoundException(String)
    3. ClassNotFoundException(String, Throwable)
  5. Method Details
    1. getException()

Class ClassNotFoundException

java.lang.Object
All Implemented Interfaces:
Serializable

public class ClassNotFoundException extends ReflectiveOperationException
Thrown when an application tries to load in a class through its string name using:
  • The forName method in class Class.
  • The findSystemClass method in class ClassLoader .
  • The loadClass method in class ClassLoader.

but no definition for the class with the specified name could be found.

Since:
1.0
See Also:


Web Proxy Viewer  |  New URL  |  Original Page