Uses of Class
javassist.bytecode.ExceptionsAttribute
-
Packages that use ExceptionsAttribute Package Description javassist.bytecode Bytecode-level API. -
-
Uses of ExceptionsAttribute in javassist.bytecode
Methods in javassist.bytecode that return ExceptionsAttribute Modifier and Type Method Description ExceptionsAttribute
MethodInfo. getExceptionsAttribute()
Returns an Exceptions attribute.Methods in javassist.bytecode with parameters of type ExceptionsAttribute Modifier and Type Method Description private void
ExceptionsAttribute. copyFrom(ExceptionsAttribute srcAttr, java.util.Map 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 ExceptionsAttribute Constructor Description ExceptionsAttribute(ConstPool cp, ExceptionsAttribute src, java.util.Map classnames)
Constructs a copy of an exceptions attribute.
-