Uses of Interface
org.jboss.logging.processor.model.ThrowableType
-
Packages that use ThrowableType Package Description org.jboss.logging.processor.apt org.jboss.logging.processor.model -
-
Uses of ThrowableType in org.jboss.logging.processor.apt
Classes in org.jboss.logging.processor.apt that implement ThrowableType Modifier and Type Class Description private static classThrowableTypeFactory.AptReturnThrowableTypeprivate static classThrowableTypeFactory.AptThrowableTypeFields in org.jboss.logging.processor.apt declared as ThrowableType Modifier and Type Field Description private ThrowableTypeReturnTypeFactory.AptReturnType. throwableTypeFields in org.jboss.logging.processor.apt with type parameters of type ThrowableType Modifier and Type Field Description private java.util.Set<ThrowableType>MessageMethodBuilder.AptMessageMethod. thrownTypesMethods in org.jboss.logging.processor.apt that return ThrowableType Modifier and Type Method Description static ThrowableTypeThrowableTypeFactory. forReturnType(javax.annotation.processing.ProcessingEnvironment processingEnv, javax.lang.model.type.TypeMirror type, MessageMethod messageMethod)Creates a new descriptor that is not primitive.static ThrowableTypeThrowableTypeFactory. of(javax.annotation.processing.ProcessingEnvironment processingEnv, javax.lang.model.type.TypeMirror type)Creates a new descriptor that is not primitive.ThrowableTypeReturnTypeFactory.AptReturnType. throwableReturnType()ThrowableTypeReturnTypeFactory.VoidReturnType. throwableReturnType()Methods in org.jboss.logging.processor.apt that return types with arguments of type ThrowableType Modifier and Type Method Description java.util.Set<ThrowableType>MessageMethodBuilder.AptMessageMethod. thrownTypes()Methods in org.jboss.logging.processor.apt with parameters of type ThrowableType Modifier and Type Method Description intThrowableTypeFactory.AptThrowableType. compareTo(ThrowableType o) -
Uses of ThrowableType in org.jboss.logging.processor.model
Methods in org.jboss.logging.processor.model that return ThrowableType Modifier and Type Method Description ThrowableTypeReturnType. throwableReturnType()Returns the exception return type ifReturnType.isThrowable()returnstrue.Methods in org.jboss.logging.processor.model that return types with arguments of type ThrowableType Modifier and Type Method Description java.util.Set<ThrowableType>MessageMethod. thrownTypes()Returns a collection of throwable types the method throws.
-