public class java.lang
UnsupportedClassVersionError


Show All Login
Java SE 6
  
Extends: Throwable > Error > LinkageError > ClassFormatError
Details
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.
since1.2

Constructors
public UnsupportedClassVersionError()
Constructs a UnsupportedClassVersionError with no detail message.
public UnsupportedClassVersionError(String s) Details
Constructs a UnsupportedClassVersionError with the specified detail message.
sthe detail message.