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 TypeMethodDescriptionvoid
IConfigurable.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 TypeMethodDescriptionvoid
DependencyResolver.configure
(ConfigParams config) Configures the component with specified parameters.static Descriptor
Descriptor.fromString
(String value) Parses colon-separated list of descriptor fields and returns them as a Descriptor.void
IReferenceable.setReferences
(IReferences references) Sets references to dependent components.static void
Referencer.setReferences
(IReferences references, Iterable<Object> components) Sets references to multiple components.static void
Referencer.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 TypeDescriptor
TypeDescriptor.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 TypeMethodDescriptionvoid
IParameterized.setParameters
(Parameters parameters) Sets execution parameters.