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 class
ThrowableTypeFactory.AptReturnThrowableType
private static class
ThrowableTypeFactory.AptThrowableType
Fields in org.jboss.logging.processor.apt declared as ThrowableType Modifier and Type Field Description private ThrowableType
ReturnTypeFactory.AptReturnType. throwableType
Fields in org.jboss.logging.processor.apt with type parameters of type ThrowableType Modifier and Type Field Description private java.util.Set<ThrowableType>
MessageMethodBuilder.AptMessageMethod. thrownTypes
Methods in org.jboss.logging.processor.apt that return ThrowableType Modifier and Type Method Description static ThrowableType
ThrowableTypeFactory. forReturnType(javax.annotation.processing.ProcessingEnvironment processingEnv, javax.lang.model.type.TypeMirror type, MessageMethod messageMethod)
Creates a new descriptor that is not primitive.static ThrowableType
ThrowableTypeFactory. of(javax.annotation.processing.ProcessingEnvironment processingEnv, javax.lang.model.type.TypeMirror type)
Creates a new descriptor that is not primitive.ThrowableType
ReturnTypeFactory.AptReturnType. throwableReturnType()
ThrowableType
ReturnTypeFactory.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 int
ThrowableTypeFactory.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 ThrowableType
ReturnType. 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.
-