Uses of Class
liquibase.exception.MigrationFailedException

Packages that use MigrationFailedException
liquibase.changelog   
liquibase.changelog.visitor   
liquibase.exception   
 

Uses of MigrationFailedException in liquibase.changelog
 

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

Uses of MigrationFailedException in liquibase.changelog.visitor
 

Methods in liquibase.changelog.visitor with parameters of type MigrationFailedException
protected  void UpdateVisitor.fireRunFailed(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, MigrationFailedException e)
           
 

Uses of MigrationFailedException in liquibase.exception
 

Subclasses of MigrationFailedException in liquibase.exception
 class ValidationFailedException
           
 



Copyright © 2016 Liquibase.org. All rights reserved.