Class java.lang.ClassNotFoundException
All Packages Class Hierarchy This Package Previous Next Index
Class java.lang.ClassNotFoundException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.ClassNotFoundException
- public class ClassNotFoundException
- extends Exception
Signals that a class could not be found.
-
ClassNotFoundException()
- Constructs a ClassNotFoundException with no detail message.
-
ClassNotFoundException(String)
- Constructs a ClassNotFoundException with the specified detail message.
ClassNotFoundException
public ClassNotFoundException()
- Constructs a ClassNotFoundException with no detail message.
A detail message is a String that describes this particular exception.
ClassNotFoundException
public ClassNotFoundException(String s)
- Constructs a ClassNotFoundException with the specified detail message.
A detail message is a String that describes this particular exception.
- Parameters:
- s - the detail message
All Packages Class Hierarchy This Package Previous Next Index