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

NoClassDefFoundError (Java SE 25 & JDK 25)
Contents 
  1. Description
  2. Constructor Summary
  3. Method Summary
  4. Constructor Details
    1. NoClassDefFoundError()
    2. NoClassDefFoundError(String)
Hide sidebar Hide sidebar [Hide sidebar]Show sidebar [Show sidebar] Show sidebar

Class NoClassDefFoundError

java.lang.Object
All Implemented Interfaces:
Serializable

public class NoClassDefFoundError extends LinkageError
Thrown if the Java Virtual Machine or a ClassLoader instance tries to load in the definition of a class (as part of a normal method call or as part of creating a new instance using the new expression) and no definition of the class could be found.

The searched-for class definition existed when the currently executing class was compiled, but the definition can no longer be found.

Since:
1.0
See Also:


Web Proxy Viewer  |  New URL  |  Original Page