Uses of Class
com.googlecode.flyway.core.exception.FlywayException

Packages that use FlywayException
com.googlecode.flyway.core   
com.googlecode.flyway.core.clean   
com.googlecode.flyway.core.init   
com.googlecode.flyway.core.migration   
com.googlecode.flyway.core.validation   
 

Uses of FlywayException in com.googlecode.flyway.core
 

Methods in com.googlecode.flyway.core that throw FlywayException
 void Flyway.init(SchemaVersion initialVersion, java.lang.String description)
          Creates and initializes the Flyway metadata table.
 int Flyway.migrate()
          Starts the database migration.
 void Flyway.validate()
          Validate applied migration with classpath migrations to detect accidental changes.
 

Uses of FlywayException in com.googlecode.flyway.core.clean
 

Methods in com.googlecode.flyway.core.clean that throw FlywayException
 void DbCleaner.clean()
          Cleans the schema of all objects.
 

Uses of FlywayException in com.googlecode.flyway.core.init
 

Subclasses of FlywayException in com.googlecode.flyway.core.init
 class InitException
          Exception indicating that migration failed.
 

Uses of FlywayException in com.googlecode.flyway.core.migration
 

Subclasses of FlywayException in com.googlecode.flyway.core.migration
 class MigrationException
          Exception indicating that migration failed.
 

Methods in com.googlecode.flyway.core.migration that throw FlywayException
 int DbMigrator.migrate(java.util.List<Migration> migrations)
          Starts the actual migration.
 

Uses of FlywayException in com.googlecode.flyway.core.validation
 

Subclasses of FlywayException in com.googlecode.flyway.core.validation
 class ValidationException
          Exception indicating that the available migrations are inconsistent or incompatible with the applied migrations.
 



Copyright © 2010. All Rights Reserved.