|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SetupException | |
---|---|
liquibase.change | |
liquibase.change.core | |
liquibase.change.custom | |
liquibase.changelog.visitor |
Uses of SetupException in liquibase.change |
---|
Methods in liquibase.change that throw SetupException | |
---|---|
void |
AbstractChange.init()
Most Changes don't need to do any setup. |
void |
Change.init()
This method will be called after the no arg constructor and all of the properties have been set to allow the task to do any heavy tasks or more importantly generate any exceptions to report to the user about the settings provided. |
Uses of SetupException in liquibase.change.core |
---|
Methods in liquibase.change.core that throw SetupException | |
---|---|
void |
SQLFileChange.init()
|
Uses of SetupException in liquibase.change.custom |
---|
Methods in liquibase.change.custom that throw SetupException | |
---|---|
void |
CustomChange.setUp()
This method will be called after the no arg constructor and all of the properties have been set to allow the task to do any heavy tasks or more importantly generate any exceptions to report to the user about the settings provided. |
Uses of SetupException in liquibase.changelog.visitor |
---|
Methods in liquibase.changelog.visitor that return types with arguments of type SetupException | |
---|---|
List<SetupException> |
ValidatingVisitor.getSetupExceptions()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |