Uses of Class
liquibase.exception.MigrationFailedException

Packages that use MigrationFailedException
liquibase.changelog   
liquibase.exception   
 

Uses of MigrationFailedException in liquibase.changelog
 

Methods in liquibase.changelog that throw MigrationFailedException
 ChangeSet.ExecType ChangeSet.execute(DatabaseChangeLog databaseChangeLog, Database database)
          This method will actually execute each of the changes in the list against the specified database.
 

Uses of MigrationFailedException in liquibase.exception
 

Subclasses of MigrationFailedException in liquibase.exception
 class ValidationFailedException
           
 



Copyright © 2012 Liquibase.org. All Rights Reserved.