Package java.lang

Class ClassNotFoundException

extends ExceptionThrowableObject

Thrown when an application tries to load a class through its string name using the forName-method in class Class but no definition for the class could be found.

Public Constructors

_INSERT_METHOD_ENTRY_HERE_

Methods inherited from java.lang.Throwable

Methods inherited from java.lang.Object

_INSERT_INHERITED_METHOD_ENTRY_HERE_

_INSERT_FIELDS_ENTRY_HERE_