java.lang.Object | +--java.lang.Throwable | +--java.lang.Error | +--java.lang.LinkageError | +--java.lang.ClassFormatError | +--java.lang.UnsupportedClassVersionError
Untamed: Thrown when the Java Virtual Machine attempts to read a class file and determines that the major and minor version numbers in the file are not supported.
UnsupportedClassVersionError()
UnsupportedClassVersionError
with no detail message.
UnsupportedClassVersionError(String s)
UnsupportedClassVersionError
with
the specified detail message.
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap
public UnsupportedClassVersionError()
UnsupportedClassVersionError
with no detail message.
public UnsupportedClassVersionError(String s)
UnsupportedClassVersionError
with
the specified detail message.
s
- the detail message.