Uses of Class
com.helger.commons.error.SingleError.AbstractBuilder
-
Packages that use SingleError.AbstractBuilder Package Description com.helger.commons.error -
-
Uses of SingleError.AbstractBuilder in com.helger.commons.error
Classes in com.helger.commons.error with type parameters of type SingleError.AbstractBuilder Modifier and Type Class Description static 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.error Modifier and Type Class Description static classSingleError.BuilderThe default builder to buildSingleErrorinstances.Constructors in com.helger.commons.error with parameters of type SingleError.AbstractBuilder Constructor Description SingleError(SingleError.AbstractBuilder<?,?> aBuilder)Constructor for the Builder only.
-