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 TypeMethodDescriptionvoid
AbstractCommandStep.validate
(CommandScope commandScope) Default implementation does no additional validation.void
CommandArgumentDefinition.validate
(CommandScope commandScope) Validates that the value stored in the givenCommandScope
is valid.void
CommandScope.validate()
void
CommandStep.validate
(CommandScope commandScope) Validates that theCommandScope
is correctly set up for this step to run. -
Uses of CommandValidationException in liquibase.command.core
Methods in liquibase.command.core that throw CommandValidationExceptionModifier and TypeMethodDescriptionvoid
ChangelogSyncCommandStep.validate
(CommandScope commandScope) void
DiffChangelogCommandStep.validate
(CommandScope commandScope) void
GenerateChangelogCommandStep.validate
(CommandScope commandScope) void
UpdateCommandStep.validate
(CommandScope commandScope) -
Uses of CommandValidationException in liquibase.command.core.helpers
Methods in liquibase.command.core.helpers that throw CommandValidationExceptionModifier and TypeMethodDescriptionprotected static void
AbstractChangelogCommandStep.validateReplaceIfExistsTypes
(CommandScope commandScope) protected static void
AbstractChangelogCommandStep.validateRunOnChangeTypes
(CommandScope commandScope) -
Uses of CommandValidationException in liquibase.license
Methods in liquibase.license that throw CommandValidationExceptionModifier and TypeMethodDescriptionstatic void
LicenseServiceUtils.checkProLicenseAndThrowException
(String[] commandNames) Throw an exception if there is no valid pro license.