Module org.eclipse.persistence.asm
Class UnsupportedClassVersionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.persistence.internal.libraries.asm.tree.UnsupportedClassVersionException
-
- All Implemented Interfaces:
Serializable
public class UnsupportedClassVersionException extends RuntimeException
Exception thrown inAnnotationNode.check(int),ClassNode.check(int),FieldNode.check(int)andMethodNode.check(int)when these nodes (or their children, recursively) contain elements that were introduced in more recent versions of the ASM API than version passed to these methods.- Author:
- Eric Bruneton
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedClassVersionException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-