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

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

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

Methods in org.apache.ibatis.abator.api that throw InvalidConfigurationException
 void Abator.generate(ProgressCallback callback)
          This is the main method for generating code.
 

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

Methods in org.apache.ibatis.abator.config that throw InvalidConfigurationException
 void AbatorContext.generateFiles(ProgressCallback callback, java.util.List generatedJavaFiles, java.util.List generatedXmlFiles, java.util.List warnings)
          Generate iBATIS artifacts based on the configuration specified in the constructor.
 void AbatorConfiguration.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.