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.classfilePREVIEW library.-
Uses of ExceptionsAttributePREVIEW in java.lang.classfilePREVIEW
Methods in java.lang.classfilePREVIEW that return types with arguments of type ExceptionsAttributePREVIEWModifier and TypeMethodDescriptionAttributes.exceptions()Returns Attribute mapper for theExceptionsattribute. -
Uses of ExceptionsAttributePREVIEW in java.lang.classfile.attributePREVIEW
Subinterfaces with type arguments of type ExceptionsAttributePREVIEW in java.lang.classfile.attributePREVIEWModifier and TypeInterfaceDescriptioninterfacePreview.Models theExceptionsattribute (JVMS 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 ExceptionsAttributePREVIEWExceptionsAttribute.of(ClassEntryPREVIEW... exceptions) Returns anExceptionsattribute.static ExceptionsAttributePREVIEWExceptionsAttribute.of(List<ClassEntryPREVIEW> exceptions) Returns anExceptionsattribute.static ExceptionsAttributePREVIEWReturns anExceptionsattribute.static ExceptionsAttributePREVIEWReturns anExceptionsattribute.