Uses of Class
javassist.bytecode.ExceptionsAttribute
Packages that use ExceptionsAttribute
-
Uses of ExceptionsAttribute in javassist.bytecode
Methods in javassist.bytecode that return ExceptionsAttributeModifier and TypeMethodDescriptionMethodInfo.getExceptionsAttribute()
Returns an Exceptions attribute.Methods in javassist.bytecode with parameters of type ExceptionsAttributeModifier and TypeMethodDescriptionprivate void
ExceptionsAttribute.copyFrom
(ExceptionsAttribute srcAttr, Map<String, String> classnames) Copies the contents from a source attribute.void
MethodInfo.setExceptionsAttribute
(ExceptionsAttribute cattr) Adds an Exception attribute.Constructors in javassist.bytecode with parameters of type ExceptionsAttributeModifierConstructorDescriptionprivate
ExceptionsAttribute
(ConstPool cp, ExceptionsAttribute src, Map<String, String> classnames) Constructs a copy of an exceptions attribute.