Package java.lang
Class NoSuchFieldException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.NoSuchFieldException
-
- All Implemented Interfaces:
Serializable
public class NoSuchFieldException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchFieldException()
NoSuchFieldException(String var0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
NoSuchFieldException
public NoSuchFieldException()
-
NoSuchFieldException
public NoSuchFieldException(String var0)
-
-