All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----java.lang.ClassNotFoundException
forName
method in class Class
. findSystemClass
method in class ClassLoader
. loadClass
method in class ClassLoader
. but no definition for the class with the specifed name could be found.
ClassNotFoundException
with no detail message. ClassNotFoundException
with the specified detail message. public ClassNotFoundException()
ClassNotFoundException
with no detail message. public ClassNotFoundException(String s)
ClassNotFoundException
with the specified detail message. All Packages Class Hierarchy This Package Previous Next Index