liquibase.exception
Class PreconditionErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
liquibase.exception.PreconditionErrorException
- All Implemented Interfaces:
- Serializable
public class PreconditionErrorException
- extends Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PreconditionErrorException
public PreconditionErrorException(String message,
List<ErrorPrecondition> erroredPreconditions)
PreconditionErrorException
public PreconditionErrorException(Exception cause,
DatabaseChangeLog changeLog,
Precondition precondition)
PreconditionErrorException
public PreconditionErrorException(ErrorPrecondition errorPrecondition)
PreconditionErrorException
public PreconditionErrorException(List<ErrorPrecondition> errorPreconditions)
getErrorPreconditions
public List<ErrorPrecondition> getErrorPreconditions()
Copyright © 2016 Liquibase.org. All rights reserved.