Class BaseExceptionClass

    • Constructor Detail

    • Method Detail

      • poetSpec

        public com.squareup.javapoet.TypeSpec poetSpec()
        Specified by:
        poetSpec in interface ClassSpec
        Returns:
        The actual class specification generated from a PoetSpec.builder()... implementation
      • constructor

        public com.squareup.javapoet.MethodSpec constructor()
      • builderInterface

        public com.squareup.javapoet.TypeSpec builderInterface()
      • builderImplClass

        public com.squareup.javapoet.TypeSpec builderImplClass()
      • className

        public com.squareup.javapoet.ClassName className()
        Specified by:
        className in interface ClassSpec
        Returns:
        The Poet representation of the class being generated, this may be used by other classes