java.lang
Class NoSuchFieldException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.ReflectiveOperationException
              extended by java.lang.NoSuchFieldException
All Implemented Interfaces:
Serializable
Honorary Interfaces:
org.joe_e.Powerless

public class NoSuchFieldException
extends ReflectiveOperationException

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

Since:
JDK1.1
See Also:
Serialized Form

Constructor Summary
NoSuchFieldException()
          Suppressed.
          Constructor.
NoSuchFieldException(String s)
          Suppressed.
          Constructor with a detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchFieldException

public NoSuchFieldException()
Suppressed. default deny

Constructor.


NoSuchFieldException

public NoSuchFieldException(String s)
Suppressed. default deny

Constructor with a detail message.

Parameters:
s - the detail message