|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SetupException | |
---|---|
liquibase.change | The change package contains the available database "changes". |
liquibase.change.core | |
liquibase.change.custom | |
liquibase.changelog.visitor |
Uses of SetupException in liquibase.change |
---|
Methods in liquibase.change that throw SetupException | |
---|---|
void |
AbstractChange.finishInitialization()
Default implementation is a no-op |
void |
Change.finishInitialization()
This method will be called by the changlelog parsing process after all of the properties have been set to allow the task to do any additional initialization logic. |
Uses of SetupException in liquibase.change.core |
---|
Methods in liquibase.change.core that throw SetupException | |
---|---|
void |
SQLFileChange.finishInitialization()
|
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 |