public class ClassNotFoundException extends Exception
forName
method in class Class
but no definition for the class with the specified name could be found.Class.forName(java.lang.String)
Constructor and Description |
---|
ClassNotFoundException()
Constructs a
ClassNotFoundException with no detail message. |
ClassNotFoundException(String s)
Constructs a
ClassNotFoundException with the
specified detail message. |
public ClassNotFoundException()
ClassNotFoundException
with no detail message.public ClassNotFoundException(String s)
ClassNotFoundException
with the
specified detail message.s
- the detail message.Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.