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 class
SingleError.AbstractBuilder<ERRTYPE extends SingleError,
IMPLTYPE extends SingleError.AbstractBuilder<ERRTYPE, IMPLTYPE>> Abstract builder class forSingleError
and derived classes.Subclasses of SingleError.AbstractBuilder in com.helger.commons.errorModifier and TypeClassDescriptionstatic final class
The default builder to buildSingleError
instances.Constructors in com.helger.commons.error with parameters of type SingleError.AbstractBuilderModifierConstructorDescriptionprotected
SingleError
(SingleError.AbstractBuilder<?, ?> aBuilder) Constructor for the Builder only.