ClassNotFoundException.ClassNotFoundException
Class Overview | Class Members |
This Package |
All Packages
public ClassNotFoundException()
Description
Constructs a ClassNotFoundException with no detail message.
public ClassNotFoundException( String s )
Parameters
- s
- the detail message.
Description
Constructs a ClassNotFoundException with the
specified detail message.