Uses of Interface
io.dialob.session.engine.program.model.Error
Packages that use Error
-
Uses of Error in io.dialob.session.engine.program
Methods in io.dialob.session.engine.program with parameters of type Error -
Uses of Error in io.dialob.session.engine.program.model
Classes in io.dialob.session.engine.program.model that implement ErrorMethods in io.dialob.session.engine.program.model that return types with arguments of type ErrorModifier and TypeMethodDescriptionDisplayItem.getErrors()ImmutableFormItem.getErrors()ImmutableGroup.getErrors()Methods in io.dialob.session.engine.program.model with parameters of type ErrorModifier and TypeMethodDescriptionAdds one element toerrorslist.Adds elements toerrorslist.final ImmutableGroup.BuilderAdds one element toerrorslist.final ImmutableGroup.BuilderAdds elements toerrorslist.static ImmutableErrorCreates an immutable copy of aErrorvalue.final ImmutableError.BuilderFill a builder with attribute values from the providedio.dialob.session.engine.program.model.Errorinstance.voidProgramVisitor.ErrorVisitor.visitError(Error error) final ImmutableFormItemImmutableFormItem.withErrors(Error... elements) Copy the current immutable object with elements that replace the content oferrors.final ImmutableGroupImmutableGroup.withErrors(Error... elements) Copy the current immutable object with elements that replace the content oferrors.Method parameters in io.dialob.session.engine.program.model with type arguments of type ErrorModifier and TypeMethodDescriptionImmutableFormItem.Builder.addAllErrors(Iterable<? extends Error> elements) Adds elements toerrorslist.final ImmutableGroup.BuilderImmutableGroup.Builder.addAllErrors(Iterable<? extends Error> elements) Adds elements toerrorslist.Sets or replaces all elements forerrorslist.final ImmutableGroup.BuilderSets or replaces all elements forerrorslist.final ImmutableFormItemImmutableFormItem.withErrors(Iterable<? extends Error> elements) Copy the current immutable object with elements that replace the content oferrors.final ImmutableGroupImmutableGroup.withErrors(Iterable<? extends Error> elements) Copy the current immutable object with elements that replace the content oferrors.