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 class
private static class
Fields in org.jboss.logging.processor.apt declared as ThrowableTypeModifier and TypeFieldDescriptionprivate ThrowableType
ReturnTypeFactory.AptReturnType.throwableType
Fields in org.jboss.logging.processor.apt with type parameters of type ThrowableTypeModifier and TypeFieldDescriptionprivate final Set<ThrowableType>
MessageMethodBuilder.AptMessageMethod.thrownTypes
Methods in org.jboss.logging.processor.apt that return ThrowableTypeModifier and TypeMethodDescriptionstatic ThrowableType
ThrowableTypeFactory.forReturnType
(ProcessingEnvironment processingEnv, TypeMirror type, MessageMethod messageMethod) Creates a new descriptor that is not primitive.static ThrowableType
ThrowableTypeFactory.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 TypeMethodDescriptionint
ThrowableTypeFactory.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.