Package | Description |
---|---|
liquibase.util |
Modifier and Type | Method and Description |
---|---|
static UnexpectedLiquibaseException |
Validate.failure(String failMessage) |
Modifier and Type | Method and Description |
---|---|
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 © 2018 Liquibase.org. All rights reserved.