Uses of Class
com.sun.jdo.api.persistence.enhancer.classfile.ExceptionTable
Packages that use ExceptionTable
-
Uses of ExceptionTable in com.sun.jdo.api.persistence.enhancer.classfile
Methods in com.sun.jdo.api.persistence.enhancer.classfile that return ExceptionTableModifier and TypeMethodDescriptionCodeAttribute.exceptionHandlers()Return the exception ranges and handlers which apply to the code in this method.Constructors in com.sun.jdo.api.persistence.enhancer.classfile with parameters of type ExceptionTableModifierConstructorDescriptionCodeAttribute(ConstUtf8 attrName, int maxStack, int maxLocals, Insn code, byte[] codeBytes, ExceptionTable excTable, AttributeVector codeAttrs, com.sun.jdo.api.persistence.enhancer.classfile.CodeEnv codeEnv) Constructs a CodeAttribute objectCodeAttribute(ConstUtf8 attrName, int maxStack, int maxLocals, Insn code, ExceptionTable excTable, AttributeVector codeAttrs) Constructs a CodeAttribute object for construction from scratch