public class UnsupportedClassVersionError extends ClassFormatError
UnsupportedClassVersionError is thrown when the
Java Virtual Machine determines it does not support the major and minor
version numbers in the class file it is attempting to read.| Constructor and Description |
|---|
UnsupportedClassVersionError()
Create an error without a message.
|
UnsupportedClassVersionError(String s)
Create an error with a message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedClassVersionError()
public UnsupportedClassVersionError(String s)
s - the message