java.lang
public class NoSuchMethodError extends IncompatibleClassChangeError
NoSuchMethodError
is thrown if an application attempts
to access a method of a class, and that class no longer has that method.
This is normally detected by the compiler, so it signals that you are
using binary incompatible class versions.Constructor and Description |
---|
NoSuchMethodError()
Create an error without a message.
|
NoSuchMethodError(String s)
Create an error with a message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoSuchMethodError()
public NoSuchMethodError(String s)
s
- the message