Uses of Class
liquibase.exception.UnexpectedLiquibaseException
Packages that use UnexpectedLiquibaseException
-
Uses of UnexpectedLiquibaseException in liquibase.exception
Subclasses of UnexpectedLiquibaseException in liquibase.exception -
Uses of UnexpectedLiquibaseException in liquibase.serializer.core.xml
Methods in liquibase.serializer.core.xml that throw UnexpectedLiquibaseExceptionModifier and TypeMethodDescriptionprotected String
XMLChangeLogSerializer.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 UnexpectedLiquibaseExceptionMethods in liquibase.util that throw UnexpectedLiquibaseExceptionModifier and TypeMethodDescriptionstatic Object
ObjectUtil.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 void
Throws exception if test is not true.static void
Throws exception if passed object is null