public class

NoSuchFieldException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.NoSuchFieldException

Class Overview

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

Summary

Public Constructors
NoSuchFieldException()
Constructor.
NoSuchFieldException(String s)
Constructor with a detail message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public NoSuchFieldException ()

Constructor.

public NoSuchFieldException (String s)

Constructor with a detail message.

Parameters
s the detail message