Uses of Interface
java.lang.classfile.Signature.ThrowableSig
Packages that use Signature.ThrowableSig
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of Signature.ThrowableSig in java.lang.classfile
Subinterfaces of Signature.ThrowableSig in java.lang.classfileModifier and TypeInterfaceDescriptionstatic interface
Models the signature of a possibly-parameterized class or interface type.static interface
Models the signature of a type variable.Methods in java.lang.classfile that return types with arguments of type Signature.ThrowableSigModifier and TypeMethodDescriptionMethodSignature.throwableSignatures()
Returns the signatures of the exceptions thrown by this method or constructor.