Uses of Class
org.apache.ibatis.ibator.exception.InvalidConfigurationException

Packages that use InvalidConfigurationException
org.apache.ibatis.ibator.api Provides the main classes and interfaces used by clients of ibator. 
org.apache.ibatis.ibator.config   
 

Uses of InvalidConfigurationException in org.apache.ibatis.ibator.api
 

Constructors in org.apache.ibatis.ibator.api that throw InvalidConfigurationException
Ibator(IbatorConfiguration ibatorConfiguration, ShellCallback shellCallback, java.util.List<java.lang.String> warnings)
          Constructs an Ibator object.
 

Uses of InvalidConfigurationException in org.apache.ibatis.ibator.config
 

Methods in org.apache.ibatis.ibator.config that throw InvalidConfigurationException
 void IbatorConfiguration.validate()
          This method does a simple validate, it makes sure that all required fields have been filled in and that all implementation classes exist and are of the proper type.