Documentation  › java.lang  › UnsupportedClassVersionError
 
 


  UnsupportedClassVersionError
  public

  Inherits From:   ClassFormatError : LinkageError : Error : Throwable : Object
  Conforms To:   none
  Declared In:   java.lang


Exception Description
 
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.


Class Variables
 
None declared in this exception.


Instance Variables
 
None declared in this exception.


Constructors
 
UnsupportedClassVersionError
public UnsupportedClassVersionError( )

Constructs a UnsupportedClassVersionError with no detail message.


UnsupportedClassVersionError
public UnsupportedClassVersionError( String s )

Constructs a UnsupportedClassVersionError with the specified detail message.


Class Methods
 
None declared in this exception.


Instance Methods
 
None declared in this exception.


Known Subclasses
 
None.



 
 
  dydoc
  3/10/05