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