liquibase.exception
Class PreconditionErrorException

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

public class PreconditionErrorException
extends Exception

See Also:
Serialized Form

Constructor Summary
PreconditionErrorException(ErrorPrecondition errorPrecondition)
           
PreconditionErrorException(Exception cause, DatabaseChangeLog changeLog, Precondition precondition)
           
PreconditionErrorException(List<ErrorPrecondition> errorPreconditions)
           
PreconditionErrorException(String message, List<ErrorPrecondition> erroredPreconditions)
           
 
Method Summary
 List<ErrorPrecondition> getErrorPreconditions()
           
 
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
 

Constructor Detail

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)
Method Detail

getErrorPreconditions

public List<ErrorPrecondition> getErrorPreconditions()


Copyright © 2016 Liquibase.org. All rights reserved.