Uses of Class
liquibase.exception.CommandExecutionException
Packages that use CommandExecutionException
Package
Description
Liquibase top level namespace package.
-
Uses of CommandExecutionException in liquibase
Methods in liquibase that throw CommandExecutionExceptionModifier and TypeMethodDescriptionfinal voidLiquibase.generateChangeLog(CatalogAndSchema catalogAndSchema, DiffToChangeLog changeLogWriter, PrintStream outputStream, Class<? extends DatabaseObject>... snapshotTypes) final voidLiquibase.generateChangeLog(CatalogAndSchema catalogAndSchema, DiffToChangeLog changeLogWriter, PrintStream outputStream, ChangeLogSerializer changeLogSerializer, Class<? extends DatabaseObject>... snapshotTypes) -
Uses of CommandExecutionException in liquibase.command
Methods in liquibase.command that throw CommandExecutionExceptionModifier and TypeMethodDescriptionprotected abstract String[]AbstractCliWrapperCommandStep.collectArguments(CommandScope commandScope) Deprecated.Called byAbstractCliWrapperCommandStep.run(CommandResultsBuilder)to create the actual arguments passed toMain.run(String[]).protected String[]AbstractCliWrapperCommandStep.collectArguments(CommandScope commandScope, List<String> commandArguments, String positionalArgumentName) Deprecated.Collects the values from commandScope into an argument array to pass toMain.CommandScope.execute()Executes the command in this scope, and returns the results.Constructors in liquibase.command that throw CommandExecutionExceptionModifierConstructorDescriptionCommandScope(String... commandName) Creates a new scope for the given command. -
Uses of CommandExecutionException in liquibase.exception
Subclasses of CommandExecutionException in liquibase.exceptionModifier and TypeClassDescriptionclassException thrown when any pre-execution validation fails. -
Uses of CommandExecutionException in liquibase.integration.commandline
Methods in liquibase.integration.commandline that throw CommandExecutionExceptionModifier and TypeMethodDescriptionstatic CommandScopeCommandLineUtils.createDiffCommand(Database referenceDatabase, Database targetDatabase, String snapshotTypes, CompareControl.SchemaComparison[] schemaComparisons, ObjectChangeFilter objectChangeFilter, PrintStream output) -
Uses of CommandExecutionException in org.liquibase.maven.plugins
Methods in org.liquibase.maven.plugins that throw CommandExecutionExceptionModifier and TypeMethodDescriptionprotected voidLiquibaseChecksRunMojo.performLiquibaseTask(Liquibase liquibase) protected voidLiquibaseChecksShowMojo.performLiquibaseTask(Liquibase liquibase)