java.io.Serializable
UnsupportedClassVersionError
public class ClassFormatError extends LinkageError
Constructor | Description |
---|---|
ClassFormatError() |
Constructs a
ClassFormatError with no detail message. |
ClassFormatError(String s) |
Constructs a
ClassFormatError 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 ClassFormatError()
ClassFormatError
with no detail message.public ClassFormatError(String s)
ClassFormatError
with the specified
detail message.s
- the detail message.