Uses of Class
org.pipservices3.commons.errors.ConfigException
Packages that use ConfigException
Package
Description
-
Uses of ConfigException in org.pipservices3.commons.config
Methods in org.pipservices3.commons.config that throw ConfigExceptionModifier and TypeMethodDescriptionvoidIConfigurable.configure(ConfigParams config) Configures object by passing configuration parameters. -
Uses of ConfigException in org.pipservices3.commons.refer
Methods in org.pipservices3.commons.refer that throw ConfigExceptionModifier and TypeMethodDescriptionvoidDependencyResolver.configure(ConfigParams config) Configures the component with specified parameters.static DescriptorDescriptor.fromString(String value) Parses colon-separated list of descriptor fields and returns them as a Descriptor.voidIReferenceable.setReferences(IReferences references) Sets references to dependent components.static voidReferencer.setReferences(IReferences references, Iterable<Object> components) Sets references to multiple components.static voidReferencer.setReferencesForOne(IReferences references, Object component) Sets references to specific component. -
Uses of ConfigException in org.pipservices3.commons.reflect
Methods in org.pipservices3.commons.reflect that throw ConfigExceptionModifier and TypeMethodDescriptionstatic TypeDescriptorTypeDescriptor.fromString(String value) Parses a string to get descriptor fields and returns them as a Descriptor. -
Uses of ConfigException in org.pipservices3.commons.run
Methods in org.pipservices3.commons.run that throw ConfigExceptionModifier and TypeMethodDescriptionvoidIParameterized.setParameters(Parameters parameters) Sets execution parameters.