Uses of Class
com.helger.commons.error.SingleError.AbstractBuilder
Packages that use SingleError.AbstractBuilder
-
Uses of SingleError.AbstractBuilder in com.helger.commons.error
Classes in com.helger.commons.error with type parameters of type SingleError.AbstractBuilderModifier and TypeClassDescriptionstatic classSingleError.AbstractBuilder<ERRTYPE extends SingleError,IMPLTYPE extends SingleError.AbstractBuilder<ERRTYPE, IMPLTYPE>> Abstract builder class forSingleErrorand derived classes.Subclasses of SingleError.AbstractBuilder in com.helger.commons.errorModifier and TypeClassDescriptionstatic final classThe default builder to buildSingleErrorinstances.Constructors in com.helger.commons.error with parameters of type SingleError.AbstractBuilderModifierConstructorDescriptionprotectedSingleError(SingleError.AbstractBuilder<?, ?> aBuilder) Constructor for the Builder only.