java.lang

Class UnsupportedClassVersionError

public class UnsupportedClassVersionError extends ClassFormatError

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: 1.2

UNKNOWN: updated to 1.4

Constructor Summary
UnsupportedClassVersionError()
Create an error without a message.
UnsupportedClassVersionError(String s)
Create an error with a message.

Constructor Detail

UnsupportedClassVersionError

public UnsupportedClassVersionError()
Create an error without a message.

UnsupportedClassVersionError

public UnsupportedClassVersionError(String s)
Create an error with a message.

Parameters: s the message