Class FeatureDefinitionEmptyException.Builder

  • Enclosing class:
    FeatureDefinitionEmptyException

    @NotThreadSafe
    public static final class FeatureDefinitionEmptyException.Builder
    extends org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder<FeatureDefinitionEmptyException>
    A mutable builder with a fluent API for an immutable FeatureDefinitionEmptyException.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected FeatureDefinitionEmptyException doBuild​(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, java.lang.String message, java.lang.String description, java.lang.Throwable cause, java.net.URI href)  
      • Methods inherited from class org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder

        build, cause, cause, description, description, dittoHeaders, href, href, href, message, message
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • doBuild

        protected FeatureDefinitionEmptyException doBuild​(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders,
                                                          @Nullable
                                                          java.lang.String message,
                                                          @Nullable
                                                          java.lang.String description,
                                                          @Nullable
                                                          java.lang.Throwable cause,
                                                          @Nullable
                                                          java.net.URI href)
        Specified by:
        doBuild in class org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder<FeatureDefinitionEmptyException>