Package liquibase.exception
Class PreconditionErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
liquibase.exception.PreconditionErrorException
- All Implemented Interfaces:
Serializable
Thrown when a problem occurs in the evaluation of a precondition (which, under normal circumstances, should never
happen).
- See Also:
-
Constructor Summary
ConstructorDescriptionPreconditionErrorException
(Exception cause, DatabaseChangeLog changeLog, Precondition precondition) PreconditionErrorException
(String message, List<ErrorPrecondition> erroredPreconditions) PreconditionErrorException
(List<ErrorPrecondition> errorPreconditions) PreconditionErrorException
(ErrorPrecondition errorPrecondition) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PreconditionErrorException
-
PreconditionErrorException
public PreconditionErrorException(Exception cause, DatabaseChangeLog changeLog, Precondition precondition) -
PreconditionErrorException
-
PreconditionErrorException
-
-
Method Details
-
getErrorPreconditions
-