Where Am I? Class Hierarchy (JDK) All Classes (JDK) All Fields and Methods (JDK)

Class java.lang.NoSuchFieldException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.NoSuchFieldException

public class NoSuchFieldException
extends Exception

Signals that the class doesn't have a field of a specified name.


Constructor Index

NoSuchFieldException()
Constructor.
NoSuchFieldException(String)
Constructor with a detail message.

Constructors

NoSuchFieldException
 public NoSuchFieldException()
Constructor.

NoSuchFieldException
 public NoSuchFieldException(String s)
Constructor with a detail message.


Where Am I? Class Hierarchy (JDK) All Classes (JDK) All Fields and Methods (JDK)