java.lang
Class NoClassDefFoundError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.LinkageError
java.lang.NoClassDefFoundError
- All Implemented Interfaces:
- Serializable
public class NoClassDefFoundError
- extends LinkageError
This error is thrown when the VM is unable to locate a class which it has
been asked to load.
- See Also:
- Serialized Form
|
Constructor Summary |
NoClassDefFoundError()
Constructs a new instance of this class with its walkback filled in. |
NoClassDefFoundError(String detailMessage)
Constructs a new instance of this class with its walkback and message
filled in. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoClassDefFoundError
public NoClassDefFoundError()
- Constructs a new instance of this class with its walkback filled in.
NoClassDefFoundError
public NoClassDefFoundError(String detailMessage)
- Constructs a new instance of this class with its walkback and message
filled in.
- Parameters:
detailMessage - String The detail message for the exception.
Please submit a feedback, bug or feature