Class ExceptionMapperBuildItem

  • All Implemented Interfaces:
    CheckBean

    public final class ExceptionMapperBuildItem
    extends io.quarkus.builder.item.MultiBuildItem
    implements CheckBean
    • Constructor Detail

      • ExceptionMapperBuildItem

        public ExceptionMapperBuildItem​(String className,
                                        String handledExceptionName,
                                        Integer priority,
                                        boolean registerAsBean)
    • Method Detail

      • getClassName

        public String getClassName()
      • getPriority

        public Integer getPriority()
      • getHandledExceptionName

        public String getHandledExceptionName()