Uses of Interface
java.lang.classfile.attribute.ExceptionsAttribute
Packages that use ExceptionsAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class
file attributes for the java.lang.classfile
library.-
Uses of ExceptionsAttribute in java.lang.classfile
Methods in java.lang.classfile that return types with arguments of type ExceptionsAttributeModifier and TypeMethodDescriptionstatic AttributeMapper
<ExceptionsAttribute> Attributes.exceptions()
Returns the mapper for theExceptions
attribute. -
Uses of ExceptionsAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type ExceptionsAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
Models theExceptions
attribute (JVMS 4.7.5), which records the exceptions declared to be thrown by this method.Methods in java.lang.classfile.attribute that return ExceptionsAttributeModifier and TypeMethodDescriptionstatic ExceptionsAttribute
ExceptionsAttribute.of
(ClassEntry... exceptions) Returns anExceptions
attribute.static ExceptionsAttribute
ExceptionsAttribute.of
(List<ClassEntry> exceptions) Returns anExceptions
attribute.static ExceptionsAttribute
Returns anExceptions
attribute.static ExceptionsAttribute
Returns anExceptions
attribute.