liquibase.exception
Class PreconditionErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
liquibase.exception.PreconditionErrorException
- All Implemented Interfaces:
- java.io.Serializable
public class PreconditionErrorException
- extends java.lang.Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PreconditionErrorException
public PreconditionErrorException(java.lang.String message,
java.util.List<ErrorPrecondition> erroredPreconditions)
PreconditionErrorException
public PreconditionErrorException(java.lang.Exception cause,
DatabaseChangeLog changeLog,
Precondition precondition)
PreconditionErrorException
public PreconditionErrorException(ErrorPrecondition errorPrecondition)
PreconditionErrorException
public PreconditionErrorException(java.util.List<ErrorPrecondition> errorPreconditions)
getErrorPreconditions
public java.util.List<ErrorPrecondition> getErrorPreconditions()
Copyright © 2010 Liquibase.org. All Rights Reserved.