Uses of Class
liquibase.exception.CommandValidationException
Packages that use CommandValidationException
Package
Description
-
Uses of CommandValidationException in liquibase.command
Methods in liquibase.command that throw CommandValidationExceptionModifier and TypeMethodDescriptionvoidAbstractCommandStep.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 CommandValidationExceptionModifier and TypeMethodDescriptionvoidChangelogSyncCommandStep.validate(CommandScope commandScope) voidDiffChangelogCommandStep.validate(CommandScope commandScope) voidGenerateChangelogCommandStep.validate(CommandScope commandScope) voidUpdateCommandStep.validate(CommandScope commandScope) -
Uses of CommandValidationException in liquibase.command.core.helpers
Methods in liquibase.command.core.helpers that throw CommandValidationExceptionModifier and TypeMethodDescriptionprotected static voidAbstractChangelogCommandStep.validateReplaceIfExistsTypes(CommandScope commandScope) protected static voidAbstractChangelogCommandStep.validateRunOnChangeTypes(CommandScope commandScope) -
Uses of CommandValidationException in liquibase.license
Methods in liquibase.license that throw CommandValidationExceptionModifier and TypeMethodDescriptionstatic voidLicenseServiceUtils.checkProLicenseAndThrowException(String[] commandNames) Throw an exception if there is no valid license.