Package org.objectweb.asm.tree
Class UnsupportedClassVersionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.objectweb.asm.tree.UnsupportedClassVersionException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedClassVersionException extends java.lang.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.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description UnsupportedClassVersionException()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-