Uses of Interface
org.jboss.logging.processor.model.ThrowableType
Packages that use ThrowableType
-
Uses of ThrowableType in org.jboss.logging.processor.apt
Classes in org.jboss.logging.processor.apt that implement ThrowableTypeModifier and TypeClassDescriptionprivate static classprivate static classFields in org.jboss.logging.processor.apt declared as ThrowableTypeModifier and TypeFieldDescriptionprivate ThrowableTypeReturnTypeFactory.AptReturnType.throwableTypeFields in org.jboss.logging.processor.apt with type parameters of type ThrowableTypeModifier and TypeFieldDescriptionprivate final Set<ThrowableType> MessageMethodBuilder.AptMessageMethod.thrownTypesMethods in org.jboss.logging.processor.apt that return ThrowableTypeModifier and TypeMethodDescriptionstatic ThrowableTypeThrowableTypeFactory.forReturnType(ProcessingEnvironment processingEnv, TypeMirror type, MessageMethod messageMethod) Creates a new descriptor that is not primitive.static ThrowableTypeThrowableTypeFactory.of(ProcessingEnvironment processingEnv, TypeMirror type) Creates a new descriptor that is not primitive.ReturnTypeFactory.AptReturnType.throwableReturnType()ReturnTypeFactory.VoidReturnType.throwableReturnType()Methods in org.jboss.logging.processor.apt that return types with arguments of type ThrowableTypeMethods in org.jboss.logging.processor.apt with parameters of type ThrowableTypeModifier and TypeMethodDescriptionintThrowableTypeFactory.AptThrowableType.compareTo(ThrowableType o) -
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 TypeMethodDescriptionMessageMethod.thrownTypes()Returns a collection of throwable types the method throws.