Packages  This Package  Previous  Next  Index
  Class sun.tools.debug.NoSuchFieldException
java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----sun.tools.debug.NoSuchFieldException
  -  public class NoSuchFieldException
  
-  extends Exception
  
Signals that the class doesn't have a field of a specified name.
  
  -  
	NoSuchFieldException()
   -  Constructor.
  
 -  
	NoSuchFieldException(String)
   -  Constructor with a detail message.
 
  
NoSuchFieldException
  public NoSuchFieldException()
  -  Constructor.
 
NoSuchFieldException
  public NoSuchFieldException(String s)
  -  Constructor with a detail message.
 
Packages  This Package  Previous  Next  Index