java.lang
Class UnsupportedClassVersionError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.LinkageError
java.lang.ClassFormatError
java.lang.UnsupportedClassVersionError
- All Implemented Interfaces:
- Serializable
public class UnsupportedClassVersionError
- extends ClassFormatError
UnsupportedClassVersionError is a linkage error that is thrown by
the virtual machine if an attempt is made to load a class with a
class file version that is not supported by the virtual machine.
- Since:
- 1.2
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedClassVersionError
public UnsupportedClassVersionError()
- Constructor for an UnsupportedClassVersionError with no detail
message.
UnsupportedClassVersionError
public UnsupportedClassVersionError(String s)
- Constructor for an UnsupportedClassVersionError with given detail
message.
ensures
(s != null IMPLIES getMessage().equals(s));
- Parameters:
s
- the detail message.
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.