Class ThrowableTypeFactory.AptReturnThrowableType

    • Field Detail

      • constructionParameters

        private final java.util.Set<Parameter> constructionParameters
      • useConstructionParameters

        private boolean useConstructionParameters
      • causeSet

        private boolean causeSet
    • Constructor Detail

      • AptReturnThrowableType

        private AptReturnThrowableType​(javax.annotation.processing.ProcessingEnvironment processingEnv,
                                       MessageMethod messageMethod,
                                       javax.lang.model.type.TypeMirror type)
        Creates a new descriptor that is not primitive.
        Parameters:
        processingEnv - the annotation processing environment.
        messageMethod - the message method.
        type - the class name of the return type.