Uses of Class
liquibase.exception.UnexpectedLiquibaseException
-
Packages that use UnexpectedLiquibaseException Package Description liquibase.exception liquibase.serializer.core.xml liquibase.util -
-
Uses of UnexpectedLiquibaseException in liquibase.exception
Subclasses of UnexpectedLiquibaseException in liquibase.exception Modifier and Type Class Description classUnknownChangeLogParameterExceptionclassUnknownConfigurationType -
Uses of UnexpectedLiquibaseException in liquibase.serializer.core.xml
Methods in liquibase.serializer.core.xml that throw UnexpectedLiquibaseException Modifier and Type Method Description protected StringXMLChangeLogSerializer. checkString(String text)Catch any characters that will cause problems when parsing the XML down the road. -
Uses of UnexpectedLiquibaseException in liquibase.util
Methods in liquibase.util that return UnexpectedLiquibaseException Modifier and Type Method Description static UnexpectedLiquibaseExceptionValidate. failure(String failMessage)Methods in liquibase.util that throw UnexpectedLiquibaseException Modifier and Type Method Description static ObjectObjectUtil. getProperty(Object object, String propertyName)For a given object, try to find the appropriate reader method and return the value, if set for the object.static voidValidate. isTrue(boolean test, String failMessage)Throws exception if test is not true.static voidValidate. notNull(Object object, String failMessage)Throws exception if passed object is null
-