/**@class java.lang.UnsupportedClassVersionError
@extends java.lang.ClassFormatError

 Thrown when an attempt is made to load a class with a format version that is
 not supported by the VM.
*/
var UnsupportedClassVersionError = {


};