Uses of Interface
org.jboss.logging.processor.model.ThrowableType
Packages that use ThrowableType
-
Uses of ThrowableType in org.jboss.logging.processor.model
Methods in org.jboss.logging.processor.model that return ThrowableTypeModifier and TypeMethodDescriptionReturnType.throwableReturnType()Returns the exception return type ifReturnType.isThrowable()returnstrue.Methods in org.jboss.logging.processor.model that return types with arguments of type ThrowableTypeModifier and TypeMethodDescriptiondefault Collection<ThrowableType> ThrowableType.suggestions()The suggested types to create for the throwable type created.MessageMethod.thrownTypes()Returns a collection of throwable types the method throws.