java.io.Serializable
public class AbstractMethodError extends IncompatibleClassChangeError
Constructor | Description |
---|---|
AbstractMethodError() |
Constructs an
AbstractMethodError with no detail message. |
AbstractMethodError(String s) |
Constructs an
AbstractMethodError with the specified
detail message. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AbstractMethodError()
AbstractMethodError
with no detail message.public AbstractMethodError(String s)
AbstractMethodError
with the specified
detail message.s
- the detail message.