Documentation  › java.lang  › NoSuchFieldException
 
 


  NoSuchFieldException
  public

  Inherits From:   Exception : Throwable : Object
  Conforms To:   none
  Declared In:   java.lang


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


Class Variables
 
None declared in this exception.


Instance Variables
 
None declared in this exception.


Constructors
 
NoSuchFieldException
public NoSuchFieldException( )

Constructor.


NoSuchFieldException
public NoSuchFieldException( String s )

Constructor with a detail message.


Class Methods
 
None declared in this exception.


Instance Methods
 
None declared in this exception.


Known Subclasses
 
None.



 
 
  dydoc
  3/10/05