Save This Page
Home » openjdk-7 » java » lang » [javadoc | source]
java.lang
public class: UnsupportedClassVersionError [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Error
         java.lang.LinkageError
            java.lang.ClassFormatError
               java.lang.UnsupportedClassVersionError

All Implemented Interfaces:
    Serializable

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.
Fields inherited from java.lang.Error:
serialVersionUID
Constructor:
 public UnsupportedClassVersionError() 
 public UnsupportedClassVersionError(String s) 
    Constructs a UnsupportedClassVersionError with the specified detail message.
    Parameters:
    s - the detail message.
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait