public class AbstractMethodError extends IncompatibleClassChangeError
AbstractMethodError
is thrown when an application attempts
to access an abstract method. Compilers typically detect this error, but
it can be thrown at run time if the definition of a class has changed
since the application was last compiled. This can also occur when
reflecting on methods.Constructor and Description |
---|
AbstractMethodError()
Create an error without a message.
|
AbstractMethodError(String s)
Create an error with a message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AbstractMethodError()
public AbstractMethodError(String s)
s
- the message