Uses of Interface
io.dialob.program.model.Error
-
Packages that use Error Package Description io.dialob.program io.dialob.program.model -
-
Uses of Error in io.dialob.program
Methods in io.dialob.program with parameters of type Error Modifier and Type Method Description voidQuestionBuilder. addError(Error error) -
Uses of Error in io.dialob.program.model
Classes in io.dialob.program.model that implement Error Modifier and Type Class Description classImmutableErrorImmutable implementation ofError.Methods in io.dialob.program.model that return types with arguments of type Error Modifier and Type Method Description List<Error>DisplayItem. getErrors()List<Error>ImmutableFormItem. getErrors()List<Error>ImmutableGroup. getErrors()Methods in io.dialob.program.model with parameters of type Error Modifier and Type Method Description ImmutableFormItem.BuilderImmutableFormItem.Builder. addErrors(Error element)Adds one element toerrorslist.ImmutableFormItem.BuilderImmutableFormItem.Builder. addErrors(Error... elements)Adds elements toerrorslist.ImmutableGroup.BuilderImmutableGroup.Builder. addErrors(Error element)Adds one element toerrorslist.ImmutableGroup.BuilderImmutableGroup.Builder. addErrors(Error... elements)Adds elements toerrorslist.static ImmutableErrorImmutableError. copyOf(Error instance)Creates an immutable copy of aErrorvalue.ImmutableError.BuilderImmutableError.Builder. from(Error instance)Fill a builder with attribute values from the providedio.dialob.program.model.Errorinstance.voidProgramVisitor.ErrorVisitor. visitError(Error error)ImmutableFormItemImmutableFormItem. withErrors(Error... elements)Copy the current immutable object with elements that replace the content oferrors.ImmutableGroupImmutableGroup. withErrors(Error... elements)Copy the current immutable object with elements that replace the content oferrors.Method parameters in io.dialob.program.model with type arguments of type Error Modifier and Type Method Description ImmutableFormItem.BuilderImmutableFormItem.Builder. addAllErrors(Iterable<? extends Error> elements)Adds elements toerrorslist.ImmutableGroup.BuilderImmutableGroup.Builder. addAllErrors(Iterable<? extends Error> elements)Adds elements toerrorslist.ImmutableFormItem.BuilderImmutableFormItem.Builder. errors(Iterable<? extends Error> elements)Sets or replaces all elements forerrorslist.ImmutableGroup.BuilderImmutableGroup.Builder. errors(Iterable<? extends Error> elements)Sets or replaces all elements forerrorslist.ImmutableFormItemImmutableFormItem. withErrors(Iterable<? extends Error> elements)Copy the current immutable object with elements that replace the content oferrors.ImmutableGroupImmutableGroup. withErrors(Iterable<? extends Error> elements)Copy the current immutable object with elements that replace the content oferrors.
-