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

Packages that use FlywayException
com.googlecode.flyway.core The main Flyway package and for most users, the only one they'll ever need to know about. 
com.googlecode.flyway.core.clean Private API. 
com.googlecode.flyway.core.init Private API. 
com.googlecode.flyway.core.migration SchemaVersion class, the rest is Private API. 
com.googlecode.flyway.core.util Private API. 
com.googlecode.flyway.core.validation Private API. 
 

Uses of FlywayException in com.googlecode.flyway.core
 

Methods in com.googlecode.flyway.core that throw FlywayException
 void Flyway.init()
          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 schemas 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
 java.util.List<Migration> MigrationProvider.findAvailableMigrations()
          Finds all available migrations using all migration resolvers (sql, java, ...).
 int DbMigrator.migrate(java.util.List<Migration> migrations)
          Starts the actual migration.
 

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

Methods in com.googlecode.flyway.core.util that throw FlywayException
static void JdbcUrlUtils.validate(java.lang.String jdbcUrl)
          Checks the validity of this jdbc url.
 

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 © 2011. All Rights Reserved.