Class AbstractJsonExceptionBuilder<T extends JsonException>

java.lang.Object
org.eclipse.ditto.json.AbstractJsonExceptionBuilder<T>
Type Parameters:
T - type of the subclass of JsonRuntimeException.
All Implemented Interfaces:
JsonExceptionBuilder<T>
Direct Known Subclasses:
JsonFieldSelectorInvalidException.Builder, JsonKeyInvalidException.Builder, JsonMissingFieldException.Builder, JsonParseException.Builder, JsonPointerInvalidException.Builder, JsonRuntimeException.Builder

@NotThreadSafe public abstract class AbstractJsonExceptionBuilder<T extends JsonException> extends Object implements JsonExceptionBuilder<T>
Abstract base implementation for builders which create objects of subtypes of JsonRuntimeException.