NoSuchMethodException
Class NoSuchMethodException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.ReflectiveOperationException
-
- java.lang.NoSuchMethodException
- All Implemented Interfaces:
- Serializable
public class NoSuchMethodException extends ReflectiveOperationException
Thrown when a particular method cannot be found.
- Since:
- JDK1.0