Package org.eclipse.ditto.things.model
Class InvalidThingFieldSelectionException.Builder
- java.lang.Object
-
- org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder<InvalidThingFieldSelectionException>
-
- org.eclipse.ditto.things.model.InvalidThingFieldSelectionException.Builder
-
- Enclosing class:
- InvalidThingFieldSelectionException
@NotThreadSafe public static final class InvalidThingFieldSelectionException.Builder extends org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder<InvalidThingFieldSelectionException>
A mutable builder with a fluent API for an immutableFeatureDefinitionEmptyException.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected InvalidThingFieldSelectionExceptiondoBuild(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, java.lang.String message, java.lang.String description, java.lang.Throwable cause, java.net.URI href)
-
-
-
Method Detail
-
doBuild
protected InvalidThingFieldSelectionException 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:
doBuildin classorg.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder<InvalidThingFieldSelectionException>
-
-