java.lang
Class UnsupportedClassVersionError
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Error
|
+--java.lang.LinkageError
|
+--java.lang.ClassFormatError
|
+--java.lang.UnsupportedClassVersionError
An 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.
Since:Author:UnsupportedClassVersionError
public UnsupportedClassVersionError()
Create an error without a message.
UnsupportedClassVersionError
public UnsupportedClassVersionError(java.lang.String s)
Create an error with a message.
Parameters:
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.