Uses of Class
liquibase.exception.UnexpectedLiquibaseException

Packages that use UnexpectedLiquibaseException
liquibase.util   
 

Uses of UnexpectedLiquibaseException in liquibase.util
 

Methods in liquibase.util that return UnexpectedLiquibaseException
static UnexpectedLiquibaseException Validate.failure(String failMessage)
           
 

Methods in liquibase.util that throw UnexpectedLiquibaseException
static void Validate.isTrue(boolean test, String failMessage)
          Throws exception if test is not true.
static void Validate.notNull(Object object, String failMessage)
          Throws exception if passed object is null
 



Copyright © 2016 Liquibase.org. All rights reserved.