Uses of Class
org.chenile.owiz.exception.OwizConfigException
Packages that use OwizConfigException
Package
Description
Implementation of the classes that capture the configuration model from various sources
 such as XML etc.
- 
Uses of OwizConfigException in org.chenile.owiz.config.implMethods in org.chenile.owiz.config.impl that throw OwizConfigExceptionModifier and TypeMethodDescriptionprivate voidOrchConfiguratorBase.attachCommandToParent(CommandDescriptor<InputType> cd, Map<String, CommandDescriptor<InputType>> commandCatalog) voidCommandAttachmentDelegatorRule.begin(String namespace, String xmlElementName, Attributes attributes) voidHandleAttachment.begin(String namespace, String xmlElementName, Attributes attributes) voidHandleCommand.begin(String namespace, String xmlElementName, Attributes attributes) voidHandleRegisteredCommand.begin(String namespace, String xmlElementName, Attributes attributes) voidXmlOrchConfigurator.completeInit()OrchConfiguratorBase.lookupCommand(String componentName) This method uses the bean factory adapter to look up various bean factories.OrchConfiguratorBase.makeCommand(CommandDescriptor<InputType> cd) private voidOrchConfiguratorBase.processChain(Map<String, CommandDescriptor<InputType>> commandCatalog) protected voidXmlOrchConfigurator.processFile(String name) protected voidOrchConfiguratorBase.processFlows()voidXmlOrchConfigurator.setFilename(String... names) Constructors in org.chenile.owiz.config.impl that throw OwizConfigExceptionModifierConstructorDescriptionXmlOrchConfigurator(List<String> files, BeanFactoryAdapter factory)