Uses of Class
liquibase.exception.CommandValidationException
-
Packages that use CommandValidationException Package Description liquibase.command liquibase.command.core liquibase.license -
-
Uses of CommandValidationException in liquibase.command
Methods in liquibase.command that throw CommandValidationException Modifier and Type Method Description voidAbstractCommandStep. validate(CommandScope commandScope)Default implementation does no additional validation.voidCommandArgumentDefinition. validate(CommandScope commandScope)Validates that the value stored in the givenCommandScopeis valid.voidCommandScope. validate()voidCommandStep. validate(CommandScope commandScope)Validates that theCommandScopeis correctly set up for this step to run. -
Uses of CommandValidationException in liquibase.command.core
Methods in liquibase.command.core that throw CommandValidationException Modifier and Type Method Description voidChangelogSyncCommandStep. validate(CommandScope commandScope)voidDiffChangelogCommandStep. validate(CommandScope commandScope)voidGenerateChangelogCommandStep. validate(CommandScope commandScope)voidUpdateCommandStep. validate(CommandScope commandScope) -
Uses of CommandValidationException in liquibase.license
Methods in liquibase.license that throw CommandValidationException Modifier and Type Method Description static voidLicenseServiceUtils. checkProLicenseAndThrowException(String[] commandNames)Throw an exception if there is no valid pro license.
-