java.lang
Class NoSuchFieldException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.NoSuchFieldException

public class NoSuchFieldException
extends Exception


Constructor Summary
NoSuchFieldException()
           
NoSuchFieldException(String message)
           
NoSuchFieldException(String message, Throwable cause)
           
NoSuchFieldException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Constructor Detail

NoSuchFieldException

public NoSuchFieldException(String message)

NoSuchFieldException

public NoSuchFieldException()

NoSuchFieldException

public NoSuchFieldException(Throwable cause)

NoSuchFieldException

public NoSuchFieldException(String message,
                            Throwable cause)