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