Package liquibase.exception
Class ValidationFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- liquibase.exception.LiquibaseException
-
- liquibase.exception.MigrationFailedException
-
- liquibase.exception.ValidationFailedException
-
- All Implemented Interfaces:
Serializable
public class ValidationFailedException extends MigrationFailedException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringINDENT_SPACES
-
Constructor Summary
Constructors Constructor Description ValidationFailedException(ValidatingVisitor changeLogHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getInvalidMD5Sums()StringgetMessage()voidprintDescriptiveError(PrintStream out)-
Methods inherited from class liquibase.exception.LiquibaseException
getDetails, getLogLevel, getTimestamp, setDetails, setTimestamp
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
INDENT_SPACES
public static final String INDENT_SPACES
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ValidationFailedException
public ValidationFailedException(ValidatingVisitor changeLogHandler)
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessagein classMigrationFailedException
-
printDescriptiveError
public void printDescriptiveError(PrintStream out)
-
-