|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
Constructors in org.apache.ibatis.abator.api that throw InvalidConfigurationException | |
Abator(AbatorConfiguration abatorConfiguration,
ShellCallback shellCallback,
java.util.List warnings)
Constructs an Abator object. |
Uses of InvalidConfigurationException in org.apache.ibatis.abator.config |
Methods in org.apache.ibatis.abator.config that throw InvalidConfigurationException | |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |