Class java.lang.NoSuchFieldException
All Packages Class Hierarchy This Package Previous Next Index
Class java.lang.NoSuchFieldException
Object
|
+----Throwable
|
+----Exception
|
+----java.lang.NoSuchFieldException
- public class NoSuchFieldException
- extends Exception
Signals that the class doesn't have a field of a specified name.
- Version:
- 1.6, 07/01/98
- Author:
- unascribed
- Since:
- JDK1.1
-
java.lang.NoSuchFieldException()
- Constructor.
-
java.lang.NoSuchFieldException(String)
- Constructor with a detail message.
NoSuchFieldException
public NoSuchFieldException()
- Constructor.
- Since:
- JDK1.1
NoSuchFieldException
public NoSuchFieldException(String s)
- Constructor with a detail message.
- Since:
- JDK1.1
All Packages Class Hierarchy This Package Previous Next Index