インタフェースjava.lang.classfile.attribute.ExceptionsAttributeの
使用
ExceptionsAttributeを使用するパッケージ
-
java.lang.classfileでのExceptionsAttributeの使用
型ExceptionsAttributeの引数を持つ型を返すjava.lang.classfileのメソッド修飾子と型メソッド説明static AttributeMapper
<ExceptionsAttribute> Attributes.exceptions()
Exceptions
属性のマッパーを返します。 -
java.lang.classfile.attributeでのExceptionsAttributeの使用
java.lang.classfile.attributeにExceptionsAttribute型の引数型を持つサブインタフェース修飾子と型インタフェース説明interface
Exceptions
属性(JVMS 4.7.5)をモデル化します。この属性には、このメソッドによってスローされるよう宣言された例外が記録されます。修飾子と型メソッド説明static ExceptionsAttribute
ExceptionsAttribute.of
(ClassEntry... exceptions) Exceptions
属性を返します。static ExceptionsAttribute
ExceptionsAttribute.of
(List<ClassEntry> exceptions) Exceptions
属性を返します。static ExceptionsAttribute
Exceptions
属性を返します。static ExceptionsAttribute
Exceptions
属性を返します。