ClassNotFoundException.ClassNotFoundException

ClassNotFoundException.ClassNotFoundException

Class Overview | Class Members | This Package | All Packages

Syntax 1
public ClassNotFoundException()
Description
Constructs a ClassNotFoundException with no detail message.



Syntax 2
public ClassNotFoundException( String s )
Parameters
s
the detail message.
Description
Constructs a ClassNotFoundException with the specified detail message.