Uses of Class
liquibase.exception.LiquibaseException
Packages that use LiquibaseException
Package
Description
Liquibase top level namespace package.
Technically, a Change expresses an intention for alter the structure of the Database.
- 
Uses of LiquibaseException in liquibase
Methods in liquibase that throw LiquibaseExceptionModifier and TypeMethodDescriptionfinal CheckSumLiquibase.calculateCheckSum(String changeSetIdentifier) Calculate the checksum for a given identifierLiquibase.calculateCheckSum(String changeSetPath, String changeSetId, String changeSetAuthor) Calculate the checksum for a given changeset specified by path, changeset id and authorvoidLiquibase.changeLogSync(String contexts) voidLiquibase.changeLogSync(String contexts, Writer output) voidLiquibase.changeLogSync(String tag, String contexts) voidLiquibase.changeLogSync(String tag, String contexts, Writer output) voidLiquibase.changeLogSync(String tag, Contexts contexts, LabelExpression labelExpression) Synchronizes the changelog with the database up to a specified tag.voidLiquibase.changeLogSync(String tag, Contexts contexts, LabelExpression labelExpression, Writer output) voidLiquibase.changeLogSync(Contexts contexts) Deprecated.use version with LabelExpressionvoidLiquibase.changeLogSync(Contexts contexts, LabelExpression labelExpression) voidLiquibase.changeLogSync(Contexts contexts, LabelExpression labelExpression, Writer output) voidLiquibase.checkLiquibaseTables(boolean updateExistingNullChecksums, DatabaseChangeLog databaseChangeLog, Contexts contexts, LabelExpression labelExpression) voidLiquibase.clearCheckSums()Sets checksums to null, so they will be repopulated next runvoidLiquibase.close()Liquibase.diff(Database referenceDatabase, Database targetDatabase, CompareControl compareControl) voidLiquibase.forceReleaseLocks()voidLiquibase.futureRollbackSQL(Writer output) voidLiquibase.futureRollbackSQL(Integer count, String contexts, Writer output) voidLiquibase.futureRollbackSQL(Integer count, String contexts, Writer output, boolean checkLiquibaseTables) protected voidLiquibase.futureRollbackSQL(Integer count, String tag, Contexts contexts, LabelExpression labelExpression, Writer output) protected voidLiquibase.futureRollbackSQL(Integer count, String tag, Contexts contexts, LabelExpression labelExpression, Writer output, boolean checkLiquibaseTables) voidLiquibase.futureRollbackSQL(Integer count, Contexts contexts, LabelExpression labelExpression, Writer output) voidLiquibase.futureRollbackSQL(Integer count, Contexts contexts, LabelExpression labelExpression, Writer output, boolean checkLiquibaseTables) voidLiquibase.futureRollbackSQL(String contexts, Writer output) voidLiquibase.futureRollbackSQL(String contexts, Writer output, boolean checkLiquibaseTables) voidLiquibase.futureRollbackSQL(String tag, Contexts contexts, LabelExpression labelExpression, Writer output) voidLiquibase.futureRollbackSQL(Contexts contexts, LabelExpression labelExpression, Writer output) voidLiquibase.generateDocumentation(String outputDirectory) voidLiquibase.generateDocumentation(String outputDirectory, String contexts) voidLiquibase.generateDocumentation(String outputDirectory, String contexts, CatalogAndSchema... schemaList) voidLiquibase.generateDocumentation(String outputDirectory, Contexts contexts, LabelExpression labelExpression, CatalogAndSchema... schemaList) Liquibase.getChangeSetStatuses(Contexts contexts) Deprecated.use version with LabelExpressionLiquibase.getChangeSetStatuses(Contexts contexts, LabelExpression labelExpression) Liquibase.getChangeSetStatuses(Contexts contexts, LabelExpression labelExpression, boolean checkLiquibaseTables) Returns the ChangeSetStatuses of all changesets in the change log file and history in the order they would be ran.Liquibase.getDatabaseChangeLog()protected booleanLiquibase.isUpToDateFastCheck(Contexts contexts, LabelExpression labelExpression) Deprecated.this method has been moved toFastCheckService, use that one instead.Liquibase.listLocks()Display change log lock information.Liquibase.listUnexpectedChangeSets(String contexts) Liquibase.listUnexpectedChangeSets(Contexts contexts, LabelExpression labelExpression) Liquibase.listUnrunChangeSets(Contexts contexts) Deprecated.use version with LabelExpressionLiquibase.listUnrunChangeSets(Contexts contexts, LabelExpression labels) Liquibase.listUnrunChangeSets(Contexts contexts, LabelExpression labels, boolean checkLiquibaseTables) voidLiquibase.markNextChangeSetRan(String contexts) voidLiquibase.markNextChangeSetRan(String contexts, Writer output) voidLiquibase.markNextChangeSetRan(Contexts contexts, LabelExpression labelExpression) voidLiquibase.markNextChangeSetRan(Contexts contexts, LabelExpression labelExpression, Writer output) voidLiquibase.reportLocks(PrintStream out) voidLiquibase.reportStatus(boolean verbose, String contexts, Writer out) voidLiquibase.reportStatus(boolean verbose, Contexts contexts, Writer out) voidLiquibase.reportStatus(boolean verbose, Contexts contexts, LabelExpression labels, Writer out) voidLiquibase.reportUnexpectedChangeSets(boolean verbose, String contexts, Writer out) voidLiquibase.reportUnexpectedChangeSets(boolean verbose, Contexts contexts, LabelExpression labelExpression, Writer out) voidvoidvoidvoidvoidvoidLiquibase.rollback(int changesToRollback, String rollbackScript, Contexts contexts, LabelExpression labelExpression) Rolls back a specified number of changesets.voidLiquibase.rollback(int changesToRollback, String rollbackScript, Contexts contexts, LabelExpression labelExpression, Writer output) voidvoidLiquibase.rollback(int changesToRollback, Contexts contexts, LabelExpression labelExpression) voidLiquibase.rollback(int changesToRollback, Contexts contexts, LabelExpression labelExpression, Writer output) voidvoidvoidvoidvoidvoidvoidLiquibase.rollback(String tagToRollBackTo, String rollbackScript, Contexts contexts, LabelExpression labelExpression) Rolls back the database to a specific tag, using either a generated or user-defined rollback script.voidLiquibase.rollback(String tagToRollBackTo, String rollbackScript, Contexts contexts, LabelExpression labelExpression, Writer output) voidvoidvoidLiquibase.rollback(String tagToRollBackTo, Contexts contexts, LabelExpression labelExpression) voidLiquibase.rollback(String tagToRollBackTo, Contexts contexts, LabelExpression labelExpression, Writer output) voidvoidvoidvoidvoidLiquibase.rollback(Date dateToRollBackTo, String rollbackScript, Contexts contexts, LabelExpression labelExpression) Rolls back all changesets that were applied after the specified date.voidLiquibase.rollback(Date dateToRollBackTo, String rollbackScript, Contexts contexts, LabelExpression labelExpression, Writer output) voidLiquibase.rollback(Date dateToRollBackTo, Contexts contexts, LabelExpression labelExpression) voidLiquibase.rollback(Date dateToRollBackTo, Contexts contexts, LabelExpression labelExpression, Writer output) void'Tags' the database for future rollbackbooleanVerifies if a given tag exist in the databasevoidLiquibase.update()Convenience method forLiquibase.update(Contexts)that runs in "no context mode".voidvoidvoidLiquibase.update(int changesToApply, Contexts contexts, LabelExpression labelExpression) Updates the database schema with the specified number of changesets, within the given contexts and matching the given label expression.voidLiquibase.update(int changesToApply, Contexts contexts, LabelExpression labelExpression, Writer output) voidConvenience method forLiquibase.update(Contexts)that constructs the Context object from the passed string.voidDeprecated.voidvoidvoidvoidvoidLiquibase.update(String tag, Contexts contexts, LabelExpression labelExpression) Updates the database to a specified tag.voidLiquibase.update(String tag, Contexts contexts, LabelExpression labelExpression, Writer output) voidExecutes Liquibase "update" logic which ensures that the configuredDatabaseis up to date according to the configured changelog file.voidDeprecated.voidLiquibase.update(Contexts contexts, LabelExpression labelExpression) Executes Liquibase update with given contexts and label expression.voidLiquibase.update(Contexts contexts, LabelExpression labelExpression, boolean checkLiquibaseTables) Updates the database schema to the latest version.voidLiquibase.update(Contexts contexts, LabelExpression labelExpression, Writer output) Deprecated.voidLiquibase.update(Contexts contexts, LabelExpression labelExpression, Writer output, boolean checkLiquibaseTables) Deprecated.voidLiquibase.updateCountSql(int count, Contexts contexts, LabelExpression labelExpression, Writer output) voidLiquibase.updateSql(Contexts contexts, LabelExpression labelExpression, Writer output) Generates SQL for the update operation based on the provided contexts and label expression.voidLiquibase.updateTestingRollback(String contexts) voidLiquibase.updateTestingRollback(String tag, Contexts contexts, LabelExpression labelExpression) voidLiquibase.updateTestingRollback(Contexts contexts, LabelExpression labelExpression) voidLiquibase.updateToTagSql(String tag, Contexts contexts, LabelExpression labelExpression, Writer writer) voidLiquibase.validate()Checks changelogs for bad MD5Sums and preconditions before attempting a migrationConstructors in liquibase that throw LiquibaseExceptionModifierConstructorDescriptionLiquibase(String changeLogFile, ResourceAccessor resourceAccessor, DatabaseConnection conn) Creates a Liquibase instance for a given DatabaseConnection. - 
Uses of LiquibaseException in liquibase.change.core
Methods in liquibase.change.core that throw LiquibaseException - 
Uses of LiquibaseException in liquibase.changelog
Methods in liquibase.changelog that throw LiquibaseExceptionModifier and TypeMethodDescriptionvoidChangeLogHistoryService.clearAllCheckSums()voidMockChangeLogHistoryService.clearAllCheckSums()voidOfflineChangeLogHistoryService.clearAllCheckSums()voidStandardChangeLogHistoryService.clearAllCheckSums()intChangeLogHistoryService.getNextSequenceValue()intMockChangeLogHistoryService.getNextSequenceValue()intOfflineChangeLogHistoryService.getNextSequenceValue()intStandardChangeLogHistoryService.getNextSequenceValue()booleanDatabaseChangeLog.include(String fileName, boolean isRelativePath, boolean errorIfMissing, ResourceAccessor resourceAccessor, ContextExpression includeContextFilter, LabelExpression labelExpression, Boolean ignore, boolean logEveryUnknownFileFormat) booleanDatabaseChangeLog.include(String fileName, boolean isRelativePath, boolean errorIfMissing, ResourceAccessor resourceAccessor, ContextExpression includeContextFilter, Labels labels, Boolean ignore, boolean logEveryUnknownFileFormat) booleanDatabaseChangeLog.include(String fileName, boolean isRelativePath, boolean errorIfMissing, ResourceAccessor resourceAccessor, ContextExpression includeContextFilter, Labels labels, Boolean ignore, String logicalFilePath, DatabaseChangeLog.OnUnknownFileFormat onUnknownFileFormat) booleanDatabaseChangeLog.include(String fileName, boolean isRelativePath, boolean errorIfMissing, ResourceAccessor resourceAccessor, ContextExpression includeContextFilter, Labels labels, Boolean ignore, String logicalFilePath, DatabaseChangeLog.OnUnknownFileFormat onUnknownFileFormat, ModifyChangeSets modifyChangeSets) booleanDatabaseChangeLog.include(String fileName, boolean isRelativePath, boolean errorIfMissing, ResourceAccessor resourceAccessor, ContextExpression includeContextFilter, Labels labels, Boolean ignore, DatabaseChangeLog.OnUnknownFileFormat onUnknownFileFormat) booleanFastCheckService.isUpToDateFastCheck(List<ChangeSetFilter> changesetFilters, Database database, DatabaseChangeLog databaseChangeLog, Contexts contexts, LabelExpression labelExpression) Performs check of the historyService to determine if there is no unrun changesets without obtaining an exclusive write lock.voidChangeLogIterator.run(ChangeSetVisitor visitor, RuntimeEnvironment env) voidStatusChangeLogIterator.run(ChangeSetVisitor visitor, RuntimeEnvironment env) voidvoidDatabaseChangeLog.validate(Database database, Contexts contexts, LabelExpression labelExpression) protected voidChangeLogIterator.validateChangeSetExecutor(ChangeSet changeSet, RuntimeEnvironment env) Make sure that any changeset which has a runWith=setting has a valid Executor, and that the changes in the changeset are eligible for execution by this Executor Constructors in liquibase.changelog that throw LiquibaseExceptionModifierConstructorDescriptionChangeSetStatus(ChangeSet changeSet, boolean skipChangeSetStatusGeneration)  - 
Uses of LiquibaseException in liquibase.changelog.visitor
Methods in liquibase.changelog.visitor that throw LiquibaseExceptionModifier and TypeMethodDescriptionvoidSkippedChangeSetVisitor.skipped(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults) voidStatusVisitor.skipped(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults) voidChangeLogSyncVisitor.visit(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults) voidChangeSetVisitor.visit(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults) voidDBDocVisitor.visit(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults) voidDetermineNumberChangesFollowingVisitor.visit(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults) voidExpectedChangesVisitor.visit(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults) voidListVisitor.visit(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults) voidRollbackVisitor.visit(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults) voidStatusVisitor.visit(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults) voidUpdateVisitor.visit(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults) voidValidatingVisitor.visit(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults) voidDBDocVisitor.writeHTML(Resource rootOutputDir, ResourceAccessor resourceAccessor, CatalogAndSchema... schemaList) Constructors in liquibase.changelog.visitor that throw LiquibaseException - 
Uses of LiquibaseException in liquibase.command
Methods in liquibase.command that throw LiquibaseException - 
Uses of LiquibaseException in liquibase.command.core
Methods in liquibase.command.core that throw LiquibaseExceptionModifier and TypeMethodDescriptionprotected voidAbstractFutureRollbackCommandStep.futureRollbackSQL(Integer count, String tag, Contexts contexts, LabelExpression labelExpression, Writer output, Database database, DatabaseChangeLog changeLog, ChangeExecListener changeExecListener) static StringExecuteSqlCommandStep.getSqlFromSource(String sql, String sqlFile) protected StringExecuteSqlCommandStep.getSqlScript(String sql, String sqlFile) AbstractUpdateCommandStep.getStandardChangelogIterator(CommandScope commandScope, Database database, Contexts contexts, LabelExpression labelExpression, DatabaseChangeLog changeLog) UpdateToTagCommandStep.getStandardChangelogIterator(CommandScope commandScope, Database database, Contexts contexts, LabelExpression labelExpression, DatabaseChangeLog changeLog) AbstractUpdateCommandStep.getStatusChangelogIterator(CommandScope commandScope, Database database, Contexts contexts, LabelExpression labelExpression, DatabaseChangeLog changeLog) static voidListLocksCommandStep.initializeChangelogService(Database database) booleanAbstractUpdateCommandStep.isUpToDate(CommandScope commandScope, Database database, DatabaseChangeLog databaseChangeLog, Contexts contexts, LabelExpression labelExpression, OutputStream outputStream) Checks if the database is up-to-date.static DatabaseChangeLogLock[]Display change log lock information.static Collection<RanChangeSet>UnexpectedChangesetsCommandStep.listUnexpectedChangeSets(Database database, DatabaseChangeLog changeLog, Contexts contexts, LabelExpression labelExpression) protected voidAbstractUpdateCommandStep.preRun(CommandScope commandScope, ChangeLogIterator runChangeLogIterator, ChangeLogParameters changeLogParameters) Executed before running any updates against the database.SnapshotCommand.SnapshotCommandResult.print()voidHistoryCommandStep.TabularDeploymentDetails.printReport(PrintWriter output) static StringInternalSnapshotCommandStep.printSnapshot(CommandScope commandScope, CommandResults snapshotResults) static voidListLocksCommandStep.reportLocks(PrintStream out, Database database)  - 
Uses of LiquibaseException in liquibase.database
Methods in liquibase.database that throw LiquibaseExceptionModifier and TypeMethodDescriptiondefault voidDatabase.afterUpdate()Allows the database to perform actions after an update is finished, i.e. after the last change of a changelog was applied.voidAbstractJdbcDatabase.dropDatabaseObjects(CatalogAndSchema schemaToDrop) voidDatabase.dropDatabaseObjects(CatalogAndSchema schema) Drops all objects in a specified schema.default voidDatabase.dropDatabaseObjects(CatalogAndSchema schemaToDrop, SnapshotControl snapshotControl) voidAbstractJdbcDatabase.execute(SqlStatement[] statements, List<SqlVisitor> sqlVisitors) voidDatabase.execute(SqlStatement[] statements, List<SqlVisitor> sqlVisitors) voidAbstractJdbcDatabase.executeRollbackStatements(Change change, List<SqlVisitor> sqlVisitors) voidAbstractJdbcDatabase.executeRollbackStatements(SqlStatement[] statements, List<SqlVisitor> sqlVisitors) voidDatabase.executeRollbackStatements(Change change, List<SqlVisitor> sqlVisitors) voidDatabase.executeRollbackStatements(SqlStatement[] statements, List<SqlVisitor> sqlVisitors) voidAbstractJdbcDatabase.executeStatements(Change change, DatabaseChangeLog changeLog, List<SqlVisitor> sqlVisitors) voidDatabase.executeStatements(Change change, DatabaseChangeLog changeLog, List<SqlVisitor> sqlVisitors) voidAbstractJdbcDatabase.saveRollbackStatement(Change change, List<SqlVisitor> sqlVisitors, Writer writer) voidDatabase.saveRollbackStatement(Change change, List<SqlVisitor> sqlVisitors, Writer writer) voidDatabase.saveStatements(Change change, List<SqlVisitor> sqlVisitors, Writer writer)  - 
Uses of LiquibaseException in liquibase.database.core
Methods in liquibase.database.core that throw LiquibaseExceptionModifier and TypeMethodDescriptionvoidSybaseASADatabase.afterUpdate()voidMSSQLDatabase.executeStatements(Change change, DatabaseChangeLog changeLog, List<SqlVisitor> sqlVisitors)  - 
Uses of LiquibaseException in liquibase.diff
Methods in liquibase.diff that throw LiquibaseExceptionModifier and TypeMethodDescriptionDiffGeneratorFactory.compare(Database referenceDatabase, Database comparisonDatabase, CompareControl compareControl) DiffGeneratorFactory.compare(Database referenceDatabase, Database comparisonDatabase, SnapshotControl referenceSnapshotControl, SnapshotControl comparisonSnapshotControl, CompareControl compareControl)  - 
Uses of LiquibaseException in liquibase.exception
Subclasses of LiquibaseException in liquibase.exceptionModifier and TypeClassDescriptionclassclassclassclassException thrown when any pre-execution validation fails.classclassclassclassclassclassclassclassclassclassThrown if a change is encountered that cannot be rolled back.classIf there is an error with setting up a Change this Exception will be thrown.classclassclassThrown by SnapshotParserFactory if it cannot find a parser for a given file format.class - 
Uses of LiquibaseException in liquibase.integration.commandline
Methods in liquibase.integration.commandline that throw LiquibaseExceptionModifier and TypeMethodDescriptionstatic voidstatic voidCommandLineUtils.doDiff(Database referenceDatabase, Database targetDatabase, String snapshotTypes, CompareControl.SchemaComparison[] schemaComparisons) static voidCommandLineUtils.doDiff(Database referenceDatabase, Database targetDatabase, String snapshotTypes, CompareControl.SchemaComparison[] schemaComparisons, PrintStream output) static voidCommandLineUtils.doDiff(Database referenceDatabase, Database targetDatabase, String snapshotTypes, CompareControl.SchemaComparison[] schemaComparisons, ObjectChangeFilter objectChangeFilter, PrintStream output) static voidCommandLineUtils.doDiffToChangeLog(String changeLogFile, Database referenceDatabase, Database targetDatabase, String author, DiffOutputControl diffOutputControl, ObjectChangeFilter objectChangeFilter, String snapshotTypes) Deprecated.Use version with String runOnChangeTypes, String replaceIfExistsTypes instead -CommandLineUtils.doDiffToChangeLog(String, Database, Database, String, DiffOutputControl, ObjectChangeFilter, String, String, String)static voidCommandLineUtils.doDiffToChangeLog(String changeLogFile, Database referenceDatabase, Database targetDatabase, String author, DiffOutputControl diffOutputControl, ObjectChangeFilter objectChangeFilter, String snapshotTypes, String runOnChangeTypes, String replaceIfExistsTypes) static voidCommandLineUtils.doDiffToChangeLog(String changeLogFile, Database referenceDatabase, Database targetDatabase, String author, DiffOutputControl diffOutputControl, ObjectChangeFilter objectChangeFilter, String snapshotTypes, CompareControl.SchemaComparison[] schemaComparisons) Deprecated.Use version with String runOnChangeTypes, String replaceIfExistsTypes instead -CommandLineUtils.doDiffToChangeLog(String, Database, Database, String, DiffOutputControl, ObjectChangeFilter, String, CompareControl.SchemaComparison[], String, String)static voidCommandLineUtils.doDiffToChangeLog(String changeLogFile, Database referenceDatabase, Database targetDatabase, String author, DiffOutputControl diffOutputControl, ObjectChangeFilter objectChangeFilter, String snapshotTypes, CompareControl.SchemaComparison[] schemaComparisons, String runOnChangeTypes, String replaceIfExistsTypes) static voidCommandLineUtils.doGenerateChangeLog(String changeLogFile, Database originalDatabase, String catalogName, String schemaName, String snapshotTypes, String author, String context, String dataDir, DiffOutputControl diffOutputControl) Deprecated.Use version with String runOnChangeTypes, String replaceIfExistsTypes instead -CommandLineUtils.doGenerateChangeLog(String, Database, String, String, String, String, String, String, DiffOutputControl, String, String)static voidCommandLineUtils.doGenerateChangeLog(String changeLogFile, Database originalDatabase, String catalogName, String schemaName, String snapshotTypes, String author, String context, String dataDir, DiffOutputControl diffOutputControl, String runOnChangeTypes, String replaceIfExistsTypes) static voidCommandLineUtils.doGenerateChangeLog(String changeLogFile, Database originalDatabase, CatalogAndSchema[] schemas, String snapshotTypes, String author, String context, String dataDir, DiffOutputControl diffOutputControl) Deprecated.Use version with String runOnChangeTypes, String replaceIfExistsTypes instead -CommandLineUtils.doGenerateChangeLog(String, Database, String, String, String, String, String, String, DiffOutputControl, String, String)static voidCommandLineUtils.doGenerateChangeLog(String changeLogFile, Database originalDatabase, CatalogAndSchema[] schemas, String snapshotTypes, String author, String context, String dataDir, DiffOutputControl diffOutputControl, boolean overwriteOutputFile) Deprecated.Use version with String runOnChangeTypes, String replaceIfExistsTypes instead -CommandLineUtils.doGenerateChangeLog(String, Database, CatalogAndSchema[], String, String, String, String, DiffOutputControl, String, String)static voidCommandLineUtils.doGenerateChangeLog(String changeLogFile, Database originalDatabase, CatalogAndSchema[] schemas, String snapshotTypes, String author, String context, String dataDir, DiffOutputControl diffOutputControl, boolean overwriteOutputFile, String runOnChangeTypes, String replaceIfExistsTypes) static voidCommandLineUtils.doGenerateChangeLog(String changeLogFile, Database originalDatabase, CatalogAndSchema[] schemas, String snapshotTypes, String author, String context, String dataDir, DiffOutputControl diffOutputControl, String runOnChangeTypes, String replaceIfExistsTypes)  - 
Uses of LiquibaseException in liquibase.integration.spring
Methods in liquibase.integration.spring that throw LiquibaseExceptionModifier and TypeMethodDescriptionvoidSpringLiquibase.afterPropertiesSet()Executed automatically when the bean is initialized.protected LiquibaseSpringLiquibase.createLiquibase(Connection c) protected voidSpringLiquibase.performUpdate(Liquibase liquibase)  - 
Uses of LiquibaseException in liquibase.parser
Methods in liquibase.parser that throw LiquibaseExceptionModifier and TypeMethodDescriptionChangeLogParserFactory.getParser(String fileNameOrExtension, ResourceAccessor resourceAccessor) SnapshotParserFactory.getParser(String fileNameOrExtension, ResourceAccessor resourceAccessor)  - 
Uses of LiquibaseException in liquibase.snapshot
Subclasses of LiquibaseException in liquibase.snapshotModifier and TypeClassDescriptionclassThrown if a descriptive example is not specific enough to perform a snapshot. - 
Uses of LiquibaseException in liquibase.sqlgenerator.core
Methods in liquibase.sqlgenerator.core that throw LiquibaseExceptionModifier and TypeMethodDescriptionprotected StringInsertOrUpdateGenerator.getUpdateStatement(InsertOrUpdateStatement insertOrUpdateStatement, Database database, String whereClause, SqlGeneratorChain sqlGeneratorChain) Generates an SQL UPDATE statement for the specified insert or update statement, database, and SQL generator chain.protected StringInsertOrUpdateGeneratorH2.getUpdateStatement(InsertOrUpdateStatement insertOrUpdateStatement, Database database, String whereClause, SqlGeneratorChain sqlGeneratorChain) protected StringInsertOrUpdateGeneratorHsql.getUpdateStatement(InsertOrUpdateStatement insertOrUpdateStatement, Database database, String whereClause, SqlGeneratorChain sqlGeneratorChain) protected StringInsertOrUpdateGeneratorMSSQL.getUpdateStatement(InsertOrUpdateStatement insertOrUpdateStatement, Database database, String whereClause, SqlGeneratorChain sqlGeneratorChain) protected StringInsertOrUpdateGeneratorMySQL.getUpdateStatement(InsertOrUpdateStatement insertOrUpdateStatement, Database database, String whereClause, SqlGeneratorChain sqlGeneratorChain)  - 
Uses of LiquibaseException in liquibase.statement
Methods in liquibase.statement that throw LiquibaseExceptionModifier and TypeMethodDescriptionExecutablePreparedStatementBase.toBinaryStream(String valueLobFile) protected ExecutablePreparedStatementBase.LOBContent<Reader>ExecutablePreparedStatementBase.toCharacterStream(String valueLobFile, String encoding)  - 
Uses of LiquibaseException in liquibase.util
Methods in liquibase.util that throw LiquibaseExceptionModifier and TypeMethodDescriptionstatic UpdateSummaryDetailsShowSummaryUtil.buildSummaryDetails(DatabaseChangeLog changeLog, UpdateSummaryEnum showSummary, UpdateSummaryOutputEnum showSummaryOutput, StatusVisitor statusVisitor, OutputStream outputStream, ChangeLogIterator runChangeLogIterator) static UpdateSummaryDetailsShowSummaryUtil.buildSummaryDetails(DatabaseChangeLog changeLog, UpdateSummaryEnum showSummary, UpdateSummaryOutputEnum showSummaryOutput, StatusVisitor statusVisitor, OutputStream outputStream, ChangeLogIterator runChangeLogIterator, ChangeExecListener changeExecListener) Show a summary of the changesets which were executed AND return an object with the records of what has happened.static RanChangeSetValidatingVisitorUtil.fixChangesetFilenameForLogicalfilepathBugIn4300(ChangeSet changeSet, RanChangeSet ranChangeSet, String key, Map<String, RanChangeSet> ranIndex, Database database) During version 4.31.0 the filename could be incorrectly calculated for changesets that were included in a parent using logicalFilePath database changelog parameter.static voidTableOutput.formatOutput(String[][] table, int[] maxWidths, boolean leftJustifiedRows, Writer writer) This method outputs the input data in a tabular format with wrapping of linesstatic voidTableOutput.formatOutput(String[][] table, List<Integer> maxWidths, boolean leftJustifiedRows, Writer writer) This method outputs the input data in a tabular format with wrapping of linesstatic voidTableOutput.formatOutput(List<List<String>> table, int[] maxWidths, boolean leftJustifiedRows, Writer writer) This method outputs the input data in a tabular format with wrapping of linesstatic voidTableOutput.formatOutput(List<List<String>> table, List<Integer> maxWidths, boolean leftJustifiedRows, Writer writer) This method outputs the input data in a tabular format with wrapping of linesstatic voidTableOutput.formatUnwrappedOutput(List<List<String>> table, boolean leftJustifiedRows, Writer writer) This method outputs the input data in a tabular format *without* wrapping of linesstatic voidShowSummaryUtil.showUpdateSummary(DatabaseChangeLog changeLog, UpdateSummaryEnum showSummary, UpdateSummaryOutputEnum showSummaryOutput, StatusVisitor statusVisitor, OutputStream outputStream) Deprecated.static voidShowSummaryUtil.showUpdateSummary(DatabaseChangeLog changeLog, UpdateSummaryEnum showSummary, UpdateSummaryOutputEnum showSummaryOutput, StatusVisitor statusVisitor, OutputStream outputStream, ChangeLogIterator runChangeLogIterator) Show a summary of the changesets which were executed - 
Uses of LiquibaseException in org.liquibase.maven.plugins
Methods in org.liquibase.maven.plugins that throw LiquibaseExceptionModifier and TypeMethodDescriptionprotected abstract voidPerforms the actual "update" work on the database.protected voidprotected voidprotected voidprotected OutputStreamAbstractLiquibaseMojo.getOutputStream(String outputFile) Returns the OutputStream based on whether there is an outputFile provided.protected voidAbstractLiquibaseChangeLogMojo.performLiquibaseTask(Liquibase liquibase) Performs the actual Liquibase task on the database using the fully configuredLiquibase.protected abstract voidAbstractLiquibaseMojo.performLiquibaseTask(Liquibase liquibase) protected voidAbstractLiquibaseUpdateMojo.performLiquibaseTask(Liquibase liquibase) protected voidLiquibaseChangeLogSyncMojo.performLiquibaseTask(Liquibase liquibase) protected voidLiquibaseChangeLogSyncSQLMojo.performLiquibaseTask(Liquibase liquibase) protected voidLiquibaseChangeLogSyncToTagMojo.performLiquibaseTask(Liquibase liquibase) protected voidLiquibaseChangeLogSyncToTagSQLMojo.performLiquibaseTask(Liquibase liquibase) protected voidLiquibaseClearChecksumsMojo.performLiquibaseTask(Liquibase liquibase) protected voidLiquibaseDatabaseDiff.performLiquibaseTask(Liquibase liquibase) protected voidLiquibaseDBDocMojo.performLiquibaseTask(Liquibase liquibase) protected voidLiquibaseDropAll.performLiquibaseTask(Liquibase liquibase) protected voidLiquibaseFutureRollbackSQL.performLiquibaseTask(Liquibase liquibase) protected voidLiquibaseGenerateChangeLogMojo.performLiquibaseTask(Liquibase liquibase) protected voidLiquibaseHistoryMojo.performLiquibaseTask(Liquibase liquibase) protected voidLiquibaseListLocksMojo.performLiquibaseTask(Liquibase liquibase) protected voidLiquibaseReleaseLocksMojo.performLiquibaseTask(Liquibase liquibase) protected voidLiquibaseReportStatusMojo.performLiquibaseTask(Liquibase liquibase) protected voidLiquibaseRollback.performLiquibaseTask(Liquibase liquibase) protected voidLiquibaseRollbackSQL.performLiquibaseTask(Liquibase liquibase) protected voidLiquibaseSnapshotMojo.performLiquibaseTask(Liquibase liquibase) protected voidLiquibaseTag.performLiquibaseTask(Liquibase liquibase) protected voidLiquibaseTagExistsMojo.performLiquibaseTask(Liquibase liquibase) protected voidLiquibaseUnexpectedChangeSetsMojo.performLiquibaseTask(Liquibase liquibase) protected voidLiquibaseValidate.performLiquibaseTask(Liquibase liquibase)