Uses of Interface
aQute.bnd.signatures.ThrowsSignature
-
Packages that use ThrowsSignature Package Description aQute.bnd.signatures -
-
Uses of ThrowsSignature in aQute.bnd.signatures
Classes in aQute.bnd.signatures that implement ThrowsSignature Modifier and Type Class Description class
ClassTypeSignature
class
TypeVariableSignature
Fields in aQute.bnd.signatures declared as ThrowsSignature Modifier and Type Field Description (package private) static ThrowsSignature[]
MethodSignature. EMPTY_ThrowsSignature
ThrowsSignature[]
MethodSignature. throwTypes
Methods in aQute.bnd.signatures that return ThrowsSignature Modifier and Type Method Description (package private) static ThrowsSignature
MethodSignature. parseThrowsSignature(StringRover signature)
Constructors in aQute.bnd.signatures with parameters of type ThrowsSignature Constructor Description MethodSignature(TypeParameter[] typeParameters, JavaTypeSignature[] parameterTypes, Result resultType, ThrowsSignature[] throwTypes)
-