Uses of Interface
java.lang.classfile.attribute.ExceptionsAttribute
Packages that use ExceptionsAttributePREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
PREVIEW library.-
Uses of ExceptionsAttributePREVIEW in java.lang.classfilePREVIEW
Fields in java.lang.classfilePREVIEW with type parameters of type ExceptionsAttributePREVIEWModifier and TypeFieldDescriptionstatic final AttributeMapperPREVIEW
<ExceptionsAttributePREVIEW> Attributes.EXCEPTIONS
Attribute mapper for theExceptions
attribute -
Uses of ExceptionsAttributePREVIEW in java.lang.classfile.attributePREVIEW
Subinterfaces with type arguments of type ExceptionsAttributePREVIEW in java.lang.classfile.attributePREVIEWModifier and TypeInterfaceDescriptioninterface
Preview.Models theExceptions
attribute 4.7.5, which can appear on methods, and records the exceptions declared to be thrown by this method.Methods in java.lang.classfile.attributePREVIEW that return ExceptionsAttributePREVIEWModifier and TypeMethodDescriptionstatic ExceptionsAttributePREVIEW
ExceptionsAttribute.of
(ClassEntryPREVIEW... exceptions) Returns anExceptions
attribute.static ExceptionsAttributePREVIEW
ExceptionsAttribute.of
(List<ClassEntryPREVIEW> exceptions) Returns anExceptions
attribute.static ExceptionsAttributePREVIEW
Returns anExceptions
attribute.static ExceptionsAttributePREVIEW
Returns anExceptions
attribute.