Class PreconditionErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
liquibase.exception.PreconditionErrorException
All Implemented Interfaces:
Serializable

public class PreconditionErrorException extends Exception
Thrown when a problem occurs in the evaluation of a precondition (which, under normal circumstances, should never happen).
See Also: